From c1558a5266bc4d8d98268655f88eda49a375ac09 Mon Sep 17 00:00:00 2001 From: Luo Wei Date: Thu, 10 Oct 2024 09:46:04 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3576-vehicle-evb: close usb auto suspend Change-Id: I843d64f4f412872b34d722e55547af6ca46e8854 Signed-off-by: Luo Wei --- arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v20.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v20.dts b/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v20.dts index 09bf21924567..087bcb700eae 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v20.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v20.dts @@ -81,8 +81,8 @@ usb_host_vcc5v_buck: usb_host_vcc5v-buck { compatible = "regulator-fixed"; regulator-name = "usb_host_vcc5v_buck"; - regulator-boot-on; - regulator-always-on; + //regulator-boot-on; + //regulator-always-on; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; enable-active-high; @@ -547,7 +547,7 @@ }; &usb_drd1_dwc3 { - maximum-speed = "high-speed"; snps,dis_u2_susphy_quirk; + snps,usb2-lpm-disable; status = "okay"; };