arm64: dts: rockchip: rk3576-vehicle-evb: close usb auto suspend

Change-Id: I843d64f4f412872b34d722e55547af6ca46e8854
Signed-off-by: Luo Wei <lw@rock-chips.com>
This commit is contained in:
Luo Wei
2024-10-10 09:46:04 +08:00
committed by Tao Huang
parent c8065b1f95
commit c1558a5266

View File

@@ -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";
};