diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-17 22:29:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-17 22:29:18 +0000 |
commit | cf9343ac86b6f731da3c99eb3205f6e44b231fff (patch) | |
tree | d0f9d023e7c11d6159a5e088b1e1a06d3debe9c6 /target | |
parent | 7e1e7063c26dccb6f47a00db72612e9f8c57c016 (diff) | |
download | upstream-cf9343ac86b6f731da3c99eb3205f6e44b231fff.tar.gz upstream-cf9343ac86b6f731da3c99eb3205f6e44b231fff.tar.bz2 upstream-cf9343ac86b6f731da3c99eb3205f6e44b231fff.zip |
mvebu: enable USB on Armada 370 Reference Design
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35212
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/patches-3.8/043-arm_mvebu_enable_usb_a370_rd.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.8/043-arm_mvebu_enable_usb_a370_rd.patch b/target/linux/mvebu/patches-3.8/043-arm_mvebu_enable_usb_a370_rd.patch new file mode 100644 index 0000000000..5bc0482fa2 --- /dev/null +++ b/target/linux/mvebu/patches-3.8/043-arm_mvebu_enable_usb_a370_rd.patch @@ -0,0 +1,16 @@ +--- a/arch/arm/boot/dts/armada-370-rd.dts ++++ b/arch/arm/boot/dts/armada-370-rd.dts +@@ -63,5 +63,13 @@ + pinctrl-names = "default"; + status = "okay"; + }; ++ ++ usb@d0050000 { ++ status = "okay"; ++ }; ++ ++ usb@d0051000 { ++ status = "okay"; ++ }; + }; + }; |