Skip to content

Commit ef05bcb

Browse files
katsustermmind
authored andcommitted
arm64: dts: rockchip: fix vcc_host1_5v pin assign on rk3328-rock64
This patch fixes pin assign of vcc_host1_5v. This regulator is controlled by USB20_HOST_DRV signal. ROCK64 schematic says that GPIO0_A2 pin is used as USB20_HOST_DRV. GPIO0_D3 pin is for SPDIF_TX_M0. Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent a5002c4 commit ef05bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3328-rock64.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
4747
compatible = "regulator-fixed";
4848
enable-active-high;
49-
gpio = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
49+
gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
5050
pinctrl-names = "default";
5151
pinctrl-0 = <&usb20_host_drv>;
5252
regulator-name = "vcc_host1_5v";
@@ -238,7 +238,7 @@
238238

239239
usb2 {
240240
usb20_host_drv: usb20-host-drv {
241-
rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
241+
rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
242242
};
243243
};
244244

0 commit comments

Comments
 (0)