arm64: dts: rk3328-box-liantong: fixed otg vbus gpio

Change-Id: I40c6b200fb6edf26e651cec697dbd26e24dbba9e
Signed-off-by: Huang jianzhi <jesse.huang@rock-chips.com>
This commit is contained in:
Huang jianzhi
2018-05-31 11:03:03 +08:00
committed by Tao Huang
parent 41d67a9e2c
commit 94b431d697

View File

@@ -116,7 +116,7 @@
vcc_otg_vbus: otg-vbus-regulator {
compatible = "regulator-fixed";
gpio = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&otg_vbus_drv>;
regulator-name = "vcc_otg_vbus";
@@ -328,7 +328,7 @@
otg_vbus_drv: otg-vbus-drv {
rockchip,pins =
<0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
<0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};