From patchwork Fri Aug 19 17:32:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 660954 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sG96B3kFzz9t0M for ; Sat, 20 Aug 2016 03:33:06 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=qxcJPBbg; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755511AbcHSRdE (ORCPT ); Fri, 19 Aug 2016 13:33:04 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33135 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755355AbcHSRdC (ORCPT ); Fri, 19 Aug 2016 13:33:02 -0400 Received: by mail-pf0-f195.google.com with SMTP id i6so1762126pfe.0; Fri, 19 Aug 2016 10:33:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ccDTawiUcvgjXUnnl8OK/SYKD253+5v5U3D65UeFTvY=; b=qxcJPBbgO8PmgG8MeN+WiO9sew2QW6Gn17vqXT8pnt+1q4WI+VQDY4m9rvyHSS8drp kaPjSt8uX+ykCHWDOdsG99rBwDopPF/eBnt9Pm9uVAPTkAjZNKpVg3wH9lEBqOc2E4N5 PAdeXG3YkN/4WjlBt9OEFicFcALwk7q3q0OXnXBMmoA8A+N3VW6l+jTYj5wwjvn46Osm bs4Amv9E7YVKRyvLXXyfcTz7L3nY+8M0ldhIVM235GAiUAosYsjIHAb2VJhHN0kNSV8q ZY+wU0ulXQ7FM03sdz11ytxy5gIjVJpFPay2di9IZcPnIlaRm+atkEdglYhRdkN8a50q CLAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ccDTawiUcvgjXUnnl8OK/SYKD253+5v5U3D65UeFTvY=; b=lIPcDHUQ+K0HyaIRyXdz5PrXwx2NSFHiK6H7GjWBTRiH52rZbMo2rMpMx0I4joMAyN yIu4ooj8uw0pzly01yI6GX0uhTwsO9MnhH3L2dObOWJQx8wnGIo7utFVNtn3Cbfv/bjx b9FZQ2Njfum/WGU9nWej9/SYot/iASzrhzOwN3Ocqa8iNATb58dhoj4bOEDCizmUPKA2 QI1mNgg8t81D1nRDqIEAY/NoySlYjnayV6wP/BqwmpQIG7q22rOnd9svYh8mkNRsUDGZ Z+pnHGGsXcBWrgnYc7hxsWraGaC9/KG6RpzkTz209WUP0Dlp2vIKdD2IzEINxiUf1oH8 dUnw== X-Gm-Message-State: AEkooutvWhku9bILm8EpJ8RjW/Hua2i16qctDTOt2iENS12RcE0STgJ4mF5X/EiFb1UhHg== X-Received: by 10.98.71.140 with SMTP id p12mr16380933pfi.93.1471627982228; Fri, 19 Aug 2016 10:33:02 -0700 (PDT) Received: from localhost (port-23876.pppoe.wtnet.de. [46.59.154.247]) by smtp.gmail.com with ESMTPSA id e187sm8029713pfg.43.2016.08.19.10.33.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 19 Aug 2016 10:33:01 -0700 (PDT) From: Thierry Reding To: Thierry Reding Cc: Timo Alho , Peter De Schrijver , Sivaram Nair , Joseph Lo , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH v3 06/12] soc/tegra: Add Tegra186 support Date: Fri, 19 Aug 2016 19:32:27 +0200 Message-Id: <20160819173233.13260-7-thierry.reding@gmail.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160819173233.13260-1-thierry.reding@gmail.com> References: <20160819173233.13260-1-thierry.reding@gmail.com> Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Joseph Lo The Tegra186 has a combination of Denver and Cortex-A57 CPU cores and GPUs with Pascal architecture on it. It features with ADSP with Cortex-A9 CPU for audio processing, hardware video encoder/decoder with multi-format support, ISP for image capture processing and BPMP for the power managements. Signed-off-by: Joseph Lo Signed-off-by: Thierry Reding Acked-by: Stephen Warren --- drivers/soc/tegra/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index 03089ad2fc65..88a71dfd466c 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig @@ -61,6 +61,20 @@ config ARCH_TEGRA_132_SOC but contains an NVIDIA Denver CPU complex in place of Tegra124's "4+1" Cortex-A15 CPU complex. +config ARCH_TEGRA_186_SOC + bool "NVIDIA Tegra186 SoC" + select MAILBOX + select TEGRA_BPMP + select TEGRA_HSP_MBOX + select TEGRA_IVC + help + Enable support for the NVIDIA Tegar186 SoC. The Tegra186 has a + combination of Denver and Cortex-A57 CPU cores and GPUs with Pascal + architecture on it. It features with ADSP with Cortex-A9 CPU for + audio processing, hardware video encoder/decoder with multi-format + support, ISP for image capture processing and BPMP for the power + managements. + config ARCH_TEGRA_210_SOC bool "NVIDIA Tegra210 SoC" select PINCTRL_TEGRA210