From patchwork Thu Sep 20 15:45:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 185427 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 5D3EA2C0094 for ; Fri, 21 Sep 2012 01:47:42 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEiwd-0002cE-6p; Thu, 20 Sep 2012 15:45:39 +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 1TEiwa-0002bs-F2 for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2012 15:45:36 +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 5B479636A; Thu, 20 Sep 2012 09:46:10 -0600 (MDT) Received: from localhost.localdomain (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 A8E7FE4105; Thu, 20 Sep 2012 09:45:34 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL] ARM: tegra: second round of device tree changes Date: Thu, 20 Sep 2012 09:45:28 -0600 Message-Id: <1348155928-12405-1-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.0.4 X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.4 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.5 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.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 This branch includes some late device tree changes for Tegra: A property is added to Whistler's device tree to enable the PMIC to act as the pm_power_off() implementation. A number of new device tree are added for boards from Avionic Design. ---------------------------------------------------------------- The following changes since commit 44b12ef78106141574f038852d013fd3207acb23: ARM: dt: tegra: configure power off for some boards are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.7-dt2 for you to fetch changes up to 175f16fa38977dfed9f9fe247279516ce892fb15: ARM: tegra: Add Avionic Design Tamonten Evaluation Carrier support ---------------------------------------------------------------- Stephen Warren (1): ARM: dt: tegra: whistler: configure power off Thierry Reding (5): ARM: tegra: dts: Add pwm label ARM: tegra: Add Avionic Design Tamonten support ARM: tegra: Add Avionic Design Plutux support ARM: tegra: Add Avionic Design Medcom-Wide support ARM: tegra: Add Avionic Design Tamonten Evaluation Carrier support arch/arm/boot/dts/tegra20-medcom-wide.dts | 58 +++ arch/arm/boot/dts/tegra20-plutux.dts | 50 +++ arch/arm/boot/dts/tegra20-tamonten.dtsi | 449 ++++++++++++++++++++++++ arch/arm/boot/dts/tegra20-tec.dts | 53 +++ arch/arm/boot/dts/tegra20-whistler.dts | 2 + arch/arm/boot/dts/tegra20.dtsi | 2 +- arch/arm/boot/dts/tegra30.dtsi | 2 +- arch/arm/mach-tegra/Makefile.boot | 3 + 8 files changed, 617 insertions(+), 2 deletions(-) create mode 100644 arch/arm/boot/dts/tegra20-medcom-wide.dts create mode 100644 arch/arm/boot/dts/tegra20-plutux.dts create mode 100644 arch/arm/boot/dts/tegra20-tamonten.dtsi create mode 100644 arch/arm/boot/dts/tegra20-tec.dts