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

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
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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";