mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02: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:
parent
c8e2fd2ca9
commit
b095510d34
|
|
@ -123,7 +123,7 @@ vcc_sys: vcc-sys {
|
|||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user