From patchwork Wed Jan 30 21:42:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 217183 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 37C022C008D for ; Thu, 31 Jan 2013 23:32:25 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U0tGb-00050u-U1; Thu, 31 Jan 2013 12:29:21 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U0fQk-0007mi-Oy for linux-arm-kernel@lists.infradead.org; Wed, 30 Jan 2013 21:42:59 +0000 Received: from severn.wwwdotorg.org (unknown [192.168.65.5]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPS id 1650865BB; Wed, 30 Jan 2013 14:45:15 -0700 (MST) Received: from swarren-lx1.nvidia.com (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id 27C9BE47AD; Wed, 30 Jan 2013 14:42:53 -0700 (MST) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL 7/8] ARM: tegra: device tree updates Date: Wed, 30 Jan 2013 14:42:38 -0700 Message-Id: <1359582159-28816-7-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359582159-28816-1-git-send-email-swarren@wwwdotorg.org> References: <1359582159-28816-1-git-send-email-swarren@wwwdotorg.org> X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130130_164254_974814_9C4E4AAB X-CRM114-Status: GOOD ( 12.70 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Thu, 31 Jan 2013 07:10:07 -0500 Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Numerous updates to the various Tegra device trees are made: * Addition of NVIDIA Beaver (Tegra30) and Toradex Colibri T20 and Iris carrier boards. * Enablement of the HDMI connector on most boards. * Enablement of the keyboard controller on a few boards. * Addition of the AC'97 controller to Tegra20. * Addition of a GPIO poweroff node for TrimSlice. * Changes to support the new "high speed UART" (DMA-capable) driver for Tegra serial ports, and enablement for Cardhu's UART C. * A few cleanups, such as compatible flag fixes, node renames, node ordering fixes, commonizing properties into SoC .dtsi files, etc.. This pull request is based on (most of) the previous pull request with tag tegra-for-3.9-soc-t114. ---------------------------------------------------------------- The following changes since commit 5c541b884c09559723f426af2391ab07a4ca10e0: ARM: tegra: Add initial support for Tegra114 SoC. are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.9-dt for you to fetch changes up to 3fbf07d80b40f73c304624179381f9038bd03b74: ARM: dt: tegra30: Rename "smmu" to "iommu" ---------------------------------------------------------------- Bryan Wu (3): ARM: DT: tegra: Unify the description of Tegra20 boards ARM: DT: tegra: Add board level compatible properties ARM: DT: tegra: Add Tegra30 Beaver board support Hiroshi Doyu (2): ARM: dt: tegra20: Rename "gart" to "iommu" ARM: dt: tegra30: Rename "smmu" to "iommu" Laxman Dewangan (7): ARM: tegra30: tegra30 gpio is not compatible with tegra20 gpio ARM: tegra: dts: add aliases and DMA requestor for serial controller ARM: tegra: add DT entry for KBC controller ARM: tegra: seaboard: enable keyboard in DT ARM: tegra: cardhu: register UARTC ARM: tegra: whistler: enable keyboard in DT ARM: tegra: harmony: enable keyboard in DT Lucas Stach (4): ASoC: tegra: add ac97 host controller to device tree ARM: tegra: move serial clock-frequency attr into the Tegra20 dtsi ARM: tegra: Add Colibri T20 512MB COM device tree ARM: tegra: Add Toradex Iris carrier board DT with T20 512MB COM Stephen Warren (6): ARM: tegra: trimslice: add gpio-poweroff node to DT ARM: tegra: seaboard: enable HDMI port ARM: tegra: ventana: enable HDMI port ARM: tegra: paz00: enable HDMI port ARM: tegra: swap cache-/interrupt-ctrlr nodes in DT ARM: tegra: move serial clock-frequency attr into the Tegra30 dtsi Documentation/devicetree/bindings/arm/tegra.txt | 32 +- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/tegra20-colibri-512.dtsi | 491 ++++++++++++++++++ arch/arm/boot/dts/tegra20-harmony.dts | 120 ++++- arch/arm/boot/dts/tegra20-iris-512.dts | 89 ++++ arch/arm/boot/dts/tegra20-paz00.dts | 22 +- arch/arm/boot/dts/tegra20-seaboard.dts | 158 +++++- arch/arm/boot/dts/tegra20-tamonten.dtsi | 1 - arch/arm/boot/dts/tegra20-trimslice.dts | 11 +- arch/arm/boot/dts/tegra20-ventana.dts | 23 +- arch/arm/boot/dts/tegra20-whistler.dts | 15 +- arch/arm/boot/dts/tegra20.dtsi | 72 ++- arch/arm/boot/dts/tegra30-beaver.dts | 373 +++++++++++++ arch/arm/boot/dts/tegra30-cardhu.dtsi | 15 +- arch/arm/boot/dts/tegra30.dtsi | 66 ++- 15 files changed, 1430 insertions(+), 60 deletions(-) create mode 100644 arch/arm/boot/dts/tegra20-colibri-512.dtsi create mode 100644 arch/arm/boot/dts/tegra20-iris-512.dts create mode 100644 arch/arm/boot/dts/tegra30-beaver.dts