From 5aa0cd714373431791c733904b08e94e125ba472 Mon Sep 17 00:00:00 2001 From: Jianwei Zheng Date: Wed, 25 Sep 2024 11:35:08 +0800 Subject: [PATCH] ARM: dts: rockchip: rk3506g-iotest: add vbus-always-on for u2phy The default hardware design of rk3506g-iotest does not support USB VBUS detect, so add vbus-always-on property for u2phy. Change-Id: I9a1a130333a1843335cf2e28c6b705197f086456 Signed-off-by: Jianwei Zheng --- arch/arm/boot/dts/rk3506g-iotest-v10.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rk3506g-iotest-v10.dts b/arch/arm/boot/dts/rk3506g-iotest-v10.dts index cb9f04dee728..73173d3a7714 100644 --- a/arch/arm/boot/dts/rk3506g-iotest-v10.dts +++ b/arch/arm/boot/dts/rk3506g-iotest-v10.dts @@ -203,6 +203,7 @@ }; &u2phy_otg0 { + rockchip,vbus-always-on; status = "okay"; };