diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-15 16:06:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-15 16:06:20 +0000 |
commit | 147e005fcf4b5964f61b9e00785ea41c90a90768 (patch) | |
tree | 205830f745131df27050332ecee83cc08c8db78d /target | |
parent | 83e31eb7e74809d95742dab4f02a18f11bb153bc (diff) | |
download | upstream-147e005fcf4b5964f61b9e00785ea41c90a90768.tar.gz upstream-147e005fcf4b5964f61b9e00785ea41c90a90768.tar.bz2 upstream-147e005fcf4b5964f61b9e00785ea41c90a90768.zip |
bcm53xx: add USB 2.0 power control for WXR-1900DHP
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45451
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch b/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch index 35732562f7..ca55b9166e 100644 --- a/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch +++ b/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch @@ -8,7 +8,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- --- /dev/null +++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts -@@ -0,0 +1,135 @@ +@@ -0,0 +1,146 @@ +/* + * Broadcom BCM470X / BCM5301X ARM platform code. + * DTS for Buffalo WXR-1900DHP @@ -106,6 +106,17 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> + }; + }; + ++ axi@18000000 { ++ usb2@21000 { ++ reg = <0x00021000 0x1000>; ++ ++ #address-cells = <1>; ++ #size-cells = <1>; ++ ++ vcc-gpio = <&chipcommon 13 GPIO_ACTIVE_HIGH>; ++ }; ++ }; ++ + gpio-keys { + compatible = "gpio-keys"; + #address-cells = <1>; |