Skip to content

Commit

Permalink
arm64: dts: cm5 io: modify vcc5v0_host gpio
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs authored and amazingfate committed Oct 26, 2023
1 parent 477f2a7 commit 18534a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;
gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc5v0_host_en>;
vin-supply = <&vcc5v0_sys>;
Expand Down Expand Up @@ -408,7 +408,7 @@

usb {
vcc5v0_host_en: vcc5v0-host-en {
rockchip,pins = <3 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
rockchip,pins = <1 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
};
};

Expand Down

0 comments on commit 18534a4

Please sign in to comment.