mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user