ARM: dts: rockchip: rk3506g-evb1: enable rockchip,vbus-always-on for bt1120/bt656/mcu/rgb display board

The GPIO1_C5 is multiplexed by VO_LCDC_D6, which needed by
bt1120/bt656/mcu/rgb, and USB20_OTG0_VBUSDET.

Enabling rockchip,vbus-always-on can make ADB work well without
the vbus detection pin.

Change-Id: I7fa705436cf8a1e41f0f61f4941c24f3d9f433b0
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
Damon Ding
2024-09-25 11:33:17 +08:00
committed by Tao Huang
parent 5aa0cd7143
commit 2f7fe7a5cc
4 changed files with 16 additions and 0 deletions

View File

@@ -218,6 +218,10 @@
status = "okay";
};
&u2phy_otg0 {
rockchip,vbus-always-on;
};
&vop {
mcu-timing {
mcu-pix-total = <6>;

View File

@@ -82,3 +82,7 @@
&route_rgb {
status = "okay";
};
&u2phy_otg0 {
rockchip,vbus-always-on;
};

View File

@@ -93,3 +93,7 @@
&route_rgb {
status = "okay";
};
&u2phy_otg0 {
rockchip,vbus-always-on;
};

View File

@@ -84,3 +84,7 @@
&route_rgb {
status = "okay";
};
&u2phy_otg0 {
rockchip,vbus-always-on;
};