ARM: dts: BCM5301X: EA6500v2: fix USB3

USB3 needs to have a GPIO pulled HIGH in order to function. Add vcc-gpio
to do so.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/r/20260406220528.101340-1-rosenp@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
Rosen Penev 2026-04-06 15:05:28 -07:00 committed by Florian Fainelli
parent 1dd3a357b8
commit f6c6b4d1c8

View File

@ -43,3 +43,7 @@ button-restart {
&usb3_phy {
status = "okay";
};
&usb3 {
vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_HIGH>;
};