Commit 6c8c58b3 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Florian Fainelli

ARM: BCM5301X: Netgear R6250 add USB GPIO

Add GPIO number which is needed to activate the USB power supply.
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 82f46c46
......@@ -24,6 +24,17 @@ memory {
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment