mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -218,6 +218,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy_otg0 {
|
||||
rockchip,vbus-always-on;
|
||||
};
|
||||
|
||||
&vop {
|
||||
mcu-timing {
|
||||
mcu-pix-total = <6>;
|
||||
|
||||
@@ -82,3 +82,7 @@
|
||||
&route_rgb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy_otg0 {
|
||||
rockchip,vbus-always-on;
|
||||
};
|
||||
|
||||
@@ -93,3 +93,7 @@
|
||||
&route_rgb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy_otg0 {
|
||||
rockchip,vbus-always-on;
|
||||
};
|
||||
|
||||
@@ -84,3 +84,7 @@
|
||||
&route_rgb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy_otg0 {
|
||||
rockchip,vbus-always-on;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user