mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user