From patchwork Tue Oct 8 17:40:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 281538 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 0DD1D2C00C8 for ; Wed, 9 Oct 2013 04:53:26 +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 1VTbHj-0002hA-0Z; Tue, 08 Oct 2013 17:41:27 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTbHI-0007sH-De; Tue, 08 Oct 2013 17:41:00 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTbHF-0007qm-Nm for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 17:40:58 +0000 Received: from pool-108-39-110-144.nrflva.fios.verizon.net ([108.39.110.144] helo=titan) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VTbGs-000PxS-0w; Tue, 08 Oct 2013 17:40:34 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id F0F8C4B81EB; Tue, 8 Oct 2013 13:40:31 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1999Gxyliq+xGfQtQe/qa8tE4NZsNoeEAI= Date: Tue, 8 Oct 2013 13:40:31 -0400 From: Jason Cooper To: Arnd Bergmann , Olof Johansson , Kevin Hilman , arm@kernel.org Subject: [GIT PULL] ARM: mvebu: dt changes for v3.13 (round 2) Message-ID: <20131008174031.GS5402@titan.lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131008_134057_825908_83BB89D5 X-CRM114-Status: GOOD ( 11.35 ) 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 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Gregory CLEMENT , Andrew Lunn , Sebastian Hesselbarth , Linux ARM Kernel 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 All, Latest round of DT changes for mvebu. Nothing really of note here. More dt, less code :) thx, Jason. The following changes since commit 37078732998e51c2645db99e7434ccc6774dafed: ARM: dove: add initial DT file for Globalscale D3Plug (2013-09-30 15:00:54 +0000) are available in the git repository at: git://git.infradead.org/linux-mvebu.git tags/dt-3.13-2 for you to fetch changes up to 7837feff0d881835309fced7a7c4b5f32866d632: arm: mvebu: add support for the Armada XP Matrix board (2013-10-03 15:13:01 +0000) ---------------------------------------------------------------- mvebu dt changes for v3.13 (round 2) - kirkwood - use MBus DT binding for setting up the windows - move crypto and nand underneath the mbus node - ib62x0 has a u-boot env partition - mvebu - add the Armada XP matrix board ---------------------------------------------------------------- Jason Gunthorpe (3): ARM: kirkwood: Remove kirkwood_setup_wins and rely on the DT binding ARM: kirkwood: Move the crypto node under the mbus node ARM: kirkwood: Move the nand node under the mbus node Luka Perkov (1): ARM: kirkwood: ib62x0: add u-boot environment partition Thomas Petazzoni (1): arm: mvebu: add support for the Armada XP Matrix board arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/armada-xp-matrix.dts | 75 +++++++++++++++++++ arch/arm/boot/dts/kirkwood-db-88f6281.dts | 1 - arch/arm/boot/dts/kirkwood-db-88f6282.dts | 1 - arch/arm/boot/dts/kirkwood-db.dtsi | 44 +++++------ arch/arm/boot/dts/kirkwood-dnskw.dtsi | 76 +++++++++---------- arch/arm/boot/dts/kirkwood-dockstar.dts | 40 +++++----- arch/arm/boot/dts/kirkwood-goflexnet.dts | 51 ++++++------- .../arm/boot/dts/kirkwood-guruplug-server-plus.dts | 40 +++++----- arch/arm/boot/dts/kirkwood-ib62x0.dts | 53 +++++++------ arch/arm/boot/dts/kirkwood-iconnect.dts | 59 ++++++++------- arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts | 51 ++++++------- arch/arm/boot/dts/kirkwood-km_kirkwood.dts | 14 ++-- arch/arm/boot/dts/kirkwood-mplcec4.dts | 63 ++++++++-------- .../boot/dts/kirkwood-netgear_readynas_duo_v2.dts | 61 ++++++++------- arch/arm/boot/dts/kirkwood-nsa310-common.dtsi | 86 +++++++++++----------- arch/arm/boot/dts/kirkwood-nsa310.dts | 1 - arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 74 +++++++++---------- arch/arm/boot/dts/kirkwood-sheevaplug-common.dtsi | 42 +++++------ arch/arm/boot/dts/kirkwood-topkick.dts | 62 ++++++++-------- arch/arm/boot/dts/kirkwood-ts219-6282.dts | 1 - arch/arm/boot/dts/kirkwood.dtsi | 57 +++++++------- arch/arm/mach-kirkwood/board-dt.c | 1 - 23 files changed, 517 insertions(+), 437 deletions(-) create mode 100644 arch/arm/boot/dts/armada-xp-matrix.dts