Message ID | 1362477304-22143-1-git-send-email-florian@openwrt.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
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"; + }; }; };
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(+)