From patchwork Tue Mar 5 09:55:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 2218451 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 0A3A2DF24C for ; Tue, 5 Mar 2013 10:01:35 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UCodl-0000Wt-0P; Tue, 05 Mar 2013 09:58:33 +0000 Received: from zmc.proxad.net ([212.27.53.206]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UCodh-0000Wc-F6 for linux-arm-kernel@lists.infradead.org; Tue, 05 Mar 2013 09:58:30 +0000 Received: from localhost (localhost [127.0.0.1]) by zmc.proxad.net (Postfix) with ESMTP id A332EBFD609; Tue, 5 Mar 2013 10:58:26 +0100 (CET) X-Virus-Scanned: amavisd-new at localhost Received: from zmc.proxad.net ([127.0.0.1]) by localhost (zmc.proxad.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d4FppYSeaqFQ; Tue, 5 Mar 2013 10:58:25 +0100 (CET) Received: from flexo.iliad.local (vlq75-1-78-192-212-9.fbxo.proxad.net [78.192.212.9]) by zmc.proxad.net (Postfix) with ESMTPSA id 7D800BE61F1; Tue, 5 Mar 2013 10:58:25 +0100 (CET) From: Florian Fainelli To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm: mvebu: enable the USB ports on Armada 370 Reference Design board Date: Tue, 5 Mar 2013 10:55:04 +0100 Message-Id: <1362477304-22143-1-git-send-email-florian@openwrt.org> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130305_045829_614791_DF8B4240 X-CRM114-Status: UNSURE ( 9.28 ) X-CRM114-Notice: Please train this message. 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 ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: alior@marvell.com, gregory.clement@free-electrons.com, thomas.petazzoni@free-electrons.com, jason@lakedaemon.net, Florian Fainelli X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This patch modifies the Armada 370 Reference Design DTS file to enable support for the two USB ports found on this board. Signed-off-by: Florian Fainelli --- Jason, Since this board was added after USB support was added to Marvell Armada XP/370, I would appreciate if you could fold this into a pull request for 3.9-rc2 for instance. Thanks! arch/arm/boot/dts/armada-370-rd.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/armada-370-rd.dts b/arch/arm/boot/dts/armada-370-rd.dts index f8e4855..070bba4 100644 --- a/arch/arm/boot/dts/armada-370-rd.dts +++ b/arch/arm/boot/dts/armada-370-rd.dts @@ -64,5 +64,13 @@ status = "okay"; /* No CD or WP GPIOs */ }; + + usb@d0050000 { + status = "okay"; + }; + + usb@d0051000 { + status = "okay"; + }; }; };