Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 849af7f4 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: Set GPIO enabling USB power on Netgear R7000



There is one GPIO controlling power for both USB ports.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 0725c842
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -100,3 +100,11 @@
		};
	};
};

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

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