aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsuhiro Suzuki <katsuhiro@katsuster.net>2018-09-06 11:39:47 -0400
committerHeiko Stuebner <heiko@sntech.de>2018-09-10 09:06:42 -0400
commitef05bcb60c1a8841e38c91923ba998181117a87c (patch)
tree009f80fc9e0616c98f1009ffd422e4d8744d9ea6
parenta5002c41c383169cb812f98af3cf2dad292547dd (diff)
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>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3328-rock64.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
index 5272e887a434..5852061e497b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
@@ -46,7 +46,7 @@
46 vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator { 46 vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
47 compatible = "regulator-fixed"; 47 compatible = "regulator-fixed";
48 enable-active-high; 48 enable-active-high;
49 gpio = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>; 49 gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
50 pinctrl-names = "default"; 50 pinctrl-names = "default";
51 pinctrl-0 = <&usb20_host_drv>; 51 pinctrl-0 = <&usb20_host_drv>;
52 regulator-name = "vcc_host1_5v"; 52 regulator-name = "vcc_host1_5v";
@@ -238,7 +238,7 @@
238 238
239 usb2 { 239 usb2 {
240 usb20_host_drv: usb20-host-drv { 240 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>;
242 }; 242 };
243 }; 243 };
244 244