Changeset 47706
- Timestamp:
- 2015-12-03T09:36:41+01:00 (2 years ago)
- Location:
- trunk/target/linux/bcm53xx/patches-4.4
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/bcm53xx/patches-4.4/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch
r47703 r47706 65 65 compatible = "gpio-leds"; 66 66 67 --- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts 68 +++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts 69 @@ -24,6 +24,17 @@ 70 reg = <0x00000000 0x08000000>; 71 }; 72 73 + axi@18000000 { 74 + usb2@21000 { 75 + reg = <0x00021000 0x1000>; 76 + 77 + #address-cells = <1>; 78 + #size-cells = <1>; 79 + 80 + vcc-gpio = <&chipcommon 13 GPIO_ACTIVE_HIGH>; 81 + }; 82 + }; 83 + 84 leds { 85 compatible = "gpio-leds"; 86
Note: See TracChangeset
for help on using the changeset viewer.