From patchwork Fri Apr 5 17:03:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 234218 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B88102C00D6 for ; Sat, 6 Apr 2013 04:07:54 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA4c-00035u-CD; Fri, 05 Apr 2013 17:05:10 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA4O-0005CK-4p; Fri, 05 Apr 2013 17:04:56 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3T-00057e-D7 for linux-arm-kernel@lists.infradead.org; Fri, 05 Apr 2013 17:04:02 +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 19E1164FF; Fri, 5 Apr 2013 11:04:46 -0600 (MDT) 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 86DE7E463A; Fri, 5 Apr 2013 11:03:56 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL 6/8] ARM: tegra: device tree changes Date: Fri, 5 Apr 2013 11:03:44 -0600 Message-Id: <1365181426-11547-6-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1365181426-11547-1-git-send-email-swarren@wwwdotorg.org> References: <1365181426-11547-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-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130405_130359_839179_ACD7A192 X-CRM114-Status: GOOD ( 13.69 ) X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -2.4 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] 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.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org This branch contains the majority of the device tree changes for Tegra. Highlights include: * Many changes for Tegra114, and the Dalmore board, to enable pinctrl, SDHCI/MMC, PWM, DMA, I2C, KBC, SPI, battery, regulators. * Adding or enabling suspend wakeup sources on many boards, and adding suspend timing parameters, to support the system suspend patches. * Adding clocks to the audio-related nodes, so that in 3.11, the audio driver can pull these clocks from device tree rather than hard-coding clock names. * Some small DT fixes/cleanup. This branch is based on the previous clk pull request. ---------------------------------------------------------------- The following changes since commit 964ea47572b89589b61b553e44bbe9907d4f12a6: clk: tegra: fix enum tegra114_clk to match binding are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.10-dt for you to fetch changes up to 1071b2df22aa45ffeaf34dfccc889d92586ca645: clk: tegra: Fix cdev1 and cdev2 IDs ---------------------------------------------------------------- Andrew Chew (2): ARM: tegra: fix the status of PWM DT nodes ARM: tegra: add PWM nodes to Tegra114 DT Joseph Lo (4): ARM: tegra: add power gpio keys to DT ARM: tegra: whistler: add wakeup source for KBC ARM: tegra: add non-removable and keep-power-in-suspend property for MMC ARM: dts: tegra: add the PM configurations of PMC Laxman Dewangan (9): ARM: tegra: add APB DMA nodes to Tegra114 DT ARM: tegra: add I2C nodes to Tegra114 DT ARM: tegra: add aliases and DMA requestor for serial nodes of Tegra114 ARM: tegra: add KBC nodes to Tegra114 DT ARM: tegra: add SPI nodes to Tegra114 DT ARM: tegra: add DT binding for i2c-tegra ARM: tegra: dalmore: add cpu regulator node ARM: tegra: dalmore: add TPS65090 node ARM: tegra: dalmore: add fixed regulator node Prashant Gaikwad (1): clk: tegra: Fix cdev1 and cdev2 IDs Pritesh Raithatha (2): ARM: tegra: add default pinctrl nodes for Dalmore ARM: tegra: add SDHCI nodes with common properties Rhyland Klein (2): ARM: tegra: add SDHCI support for Dalmore ARM: tegra: Add sbs-battery node to Dalmore Stephen Warren (5): ARM: tegra: device tree whitespace cleanup ARM: tegra: fix sort order of USB PHY nodes ARM: tegra: add clocks property to sound nodes ARM: tegra: add clocks property to AC'97 sound nodes ARM: tegra: keep power on to SD slot on Dalmore .../bindings/i2c/nvidia,tegra20-i2c.txt | 60 ++ .../sound/nvidia,tegra-audio-alc5632.txt | 8 + .../sound/nvidia,tegra-audio-trimslice.txt | 7 + .../sound/nvidia,tegra-audio-wm8753.txt | 8 + .../sound/nvidia,tegra-audio-wm8903.txt | 8 + .../sound/nvidia,tegra-audio-wm9712.txt | 8 + arch/arm/boot/dts/tegra114-dalmore.dts | 891 ++++++++++++++++++ arch/arm/boot/dts/tegra114.dtsi | 240 ++++- arch/arm/boot/dts/tegra20-colibri-512.dtsi | 12 + arch/arm/boot/dts/tegra20-harmony.dts | 20 + arch/arm/boot/dts/tegra20-medcom-wide.dts | 7 + arch/arm/boot/dts/tegra20-paz00.dts | 10 + arch/arm/boot/dts/tegra20-plutux.dts | 3 + arch/arm/boot/dts/tegra20-seaboard.dts | 11 + arch/arm/boot/dts/tegra20-tamonten.dtsi | 6 + arch/arm/boot/dts/tegra20-tec.dts | 3 + arch/arm/boot/dts/tegra20-trimslice.dts | 23 + arch/arm/boot/dts/tegra20-ventana.dts | 22 + arch/arm/boot/dts/tegra20-whistler.dts | 13 + arch/arm/boot/dts/tegra20.dtsi | 53 +- arch/arm/boot/dts/tegra30-beaver.dts | 8 + arch/arm/boot/dts/tegra30-cardhu-a02.dts | 1 + arch/arm/boot/dts/tegra30-cardhu-a04.dts | 1 + arch/arm/boot/dts/tegra30-cardhu.dtsi | 11 + arch/arm/boot/dts/tegra30.dtsi | 1 + 25 files changed, 1405 insertions(+), 30 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt