From patchwork Wed Jun 19 09:40:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 252534 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 D1F572C0313 for ; Wed, 19 Jun 2013 19:41:08 +1000 (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 1UpEsv-0007Q9-N8; Wed, 19 Jun 2013 09:41:02 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpEst-00067r-3Q; Wed, 19 Jun 2013 09:40:59 +0000 Received: from mail.free-electrons.com ([94.23.35.102]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpEsq-00066y-6Y for linux-arm-kernel@lists.infradead.org; Wed, 19 Jun 2013 09:40:56 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id E542779A; Wed, 19 Jun 2013 11:40:33 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.2 Received: from localhost (62-193-61-98.stella-net.net [62.193.61.98]) by mail.free-electrons.com (Postfix) with ESMTPSA id 75456786; Wed, 19 Jun 2013 11:40:33 +0200 (CEST) Date: Wed, 19 Jun 2013 11:40:32 +0200 From: Maxime Ripard To: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Olof Johansson Subject: [GIT PULL] Allwinner sunXi additions for 3.11, take 2 Message-ID: <20130619094032.GA7718@lukather> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130619_054056_322524_A860AEE5 X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: -3.2 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.3 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-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: , 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 Hi Arnd, Olof, Here is the second batch of DT patches for Allwinner SoCs for the next merge window. The following changes since commit 39138bc60f90560ac79e76fb0971be5619ae32d7: ARM: sunxi: dt: Register the pio node as interrupt controller (2013-06-10 17:35:51 +0200) are available in the git repository at: git://github.com/mripard/linux.git tags/sunxi-dt-for-3.11-2 for you to fetch changes up to d0f2677be5b49a1c1de59fe94faa96b7808be95f: ARM: sunxi: Add Olimex A10s-Olinuxino-micro device tree (2013-06-19 11:01:39 +0200) ---------------------------------------------------------------- Allwinner SoCs DT additions for 3.11, part 2 Mostly adds support for the i2c controllers and the Allwinner A10S SoC. ---------------------------------------------------------------- Emilio López (1): ARM: sun4i: cubieboard: Enable the i2c controllers Maxime Ripard (6): ARM: sunxi: dt: Add i2c controller nodes to the DTSI ARM: sun4i: dt: Add i2c muxing options ARM: sun5i: dt: Add i2c muxing options ARM: sun5i: olinuxino: Enable the i2c controllers ARM: sunxi: dt: Add Allwinner A10s DTSI ARM: sunxi: Add Olimex A10s-Olinuxino-micro device tree arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 12 + arch/arm/boot/dts/sun4i-a10.dtsi | 48 ++++ arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 76 ++++++ arch/arm/boot/dts/sun5i-a10s.dtsi | 286 +++++++++++++++++++++++ arch/arm/boot/dts/sun5i-a13-olinuxino.dts | 18 ++ arch/arm/boot/dts/sun5i-a13.dtsi | 48 ++++ 7 files changed, 489 insertions(+) create mode 100644 arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts create mode 100644 arch/arm/boot/dts/sun5i-a10s.dtsi