Skip to content

Commit

Permalink
ARM: BCM5301X: Netgear R6250 add USB GPIO
Browse files Browse the repository at this point in the history
Add GPIO number which is needed to activate the USB power supply.

Signed-off-by: Hauke Mehrtens <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
hauke authored and ffainelli committed Sep 21, 2015
1 parent 82f46c4 commit 6c8c58b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/bcm4708-netgear-r6250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@
reg = <0x00000000 0x08000000>;
};

axi@18000000 {
usb3@23000 {
reg = <0x00023000 0x1000>;

#address-cells = <1>;
#size-cells = <1>;

vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
};
};

leds {
compatible = "gpio-leds";

Expand Down

0 comments on commit 6c8c58b

Please sign in to comment.