From patchwork Fri Jul 6 16:46:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 170006 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 58A492C0040 for ; Tue, 10 Jul 2012 10:42:14 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SoORZ-0006sY-Rp; Tue, 10 Jul 2012 00:36:45 +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 1SnBgR-0008HD-Lh for linux-arm-kernel@lists.infradead.org; Fri, 06 Jul 2012 16:47:13 +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 E96EC6492; Fri, 6 Jul 2012 10:51:43 -0600 (MDT) Received: from localhost.localdomain (searspoint.nvidia.com [216.228.112.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id 5A353E4780; Fri, 6 Jul 2012 10:47:05 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL 5/7] ARM: tegra: for-3.6/dt branch Date: Fri, 6 Jul 2012 10:46:46 -0600 Message-Id: <1341593208-17914-5-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1341593208-17914-1-git-send-email-swarren@wwwdotorg.org> References: <1341593208-17914-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-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Mon, 09 Jul 2012 20:32:16 -0400 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 contains changes to Tegra device tree files, and related Kconfig and Makefile changes. Highlights are: * New support for the Whistler board. * Use of the I2C pinctrl-based bus mux on Seaboard/Springbank. The branch is based on Tegra's for-3.6/boards branch from a previous pull request. This branch is NOT included in a later pull request. ---------------------------------------------------------------- The following changes since commit 2553dcc6e603e3833990bd3a29bee98d1dbdf251: ARM: tegra: use of_default_bus_match_table are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git for-3.6/dt for you to fetch changes up to d42d7ae61861ef73e1790a98909c89c9c895a9fa: ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus. ---------------------------------------------------------------- Stephen Warren (3): ARM: dt: tegra: add Whistler device tree file ARM: dt: tegra: seaboard: instantiate pinctrl-based I2C bus mux ARM: dt: tegra seaboard: move battery monitor to mux'd I2C bus. arch/arm/boot/dts/tegra20-seaboard.dts | 85 ++++++-- arch/arm/boot/dts/tegra20-whistler.dts | 301 +++++++++++++++++++++++++++ arch/arm/mach-tegra/Makefile.boot | 1 + 3 files changed, 371 insertions(+), 16 deletions(-) create mode 100644 arch/arm/boot/dts/tegra20-whistler.dts