linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: enable the USB ports on Armada 370 Reference Design board
@ 2013-03-05  9:55 Florian Fainelli
  2013-03-08 21:50 ` Jason Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2013-03-05  9:55 UTC (permalink / raw)
  To: linux-arm-kernel

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 <florian@openwrt.org>
---
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 at d0050000 {
+			status = "okay";
+		};
+
+		usb at d0051000 {
+			status = "okay";
+		};
 	};
 };
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm: mvebu: enable the USB ports on Armada 370 Reference Design board
  2013-03-05  9:55 [PATCH] arm: mvebu: enable the USB ports on Armada 370 Reference Design board Florian Fainelli
@ 2013-03-08 21:50 ` Jason Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Cooper @ 2013-03-08 21:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 05, 2013 at 10:55:04AM +0100, Florian Fainelli wrote:
> 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 <florian@openwrt.org>
> ---
> 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(+)

Please keep in mind that usually only fixes are applied to the -rcX's
for this window.  I've applied it this time because it is cleaning up a
DT conversion we already did, and it doesn't touch C code.

At any rate, applied to mvebu/fixes

thx,

Jason.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-08 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05  9:55 [PATCH] arm: mvebu: enable the USB ports on Armada 370 Reference Design board Florian Fainelli
2013-03-08 21:50 ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).