arm64: dts: rockchip: Fix usb host can't connect on rk3399-excavator

The previous dtsi set the wrong vbus control GPIO.

Change-Id: Ie5b4062873483a167b5a6ed47bb9dde209124d3f
Signed-off-by: Ren Jianing <jianing.ren@rock-chips.com>
This commit is contained in:
Ren Jianing
2019-09-30 11:35:10 +08:00
committed by Tao Huang
parent c8e2fd2ca9
commit b095510d34

View File

@@ -123,7 +123,7 @@
vcc5v0_host: vcc5v0-host-regulator {
compatible = "regulator-fixed";
enable-active-high;
gpio = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
gpio = <&gpio4 RK_PD1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc5v0_host_en>;
regulator-name = "vcc5v0_host";