mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: disable regulator of usbnet for rk3399-evb-ind
RK3399 EVB-IND Android10 SDK does not need usbnet, so we should close the regulator of usbnet. However, regulator-always-off is not a correct property of dts which can lead to xhci die and PM suspend fail. Change-Id: I8e0ceafd8ee92d78724f423aecb769591716c017 Signed-off-by: Jianing Ren <jianing.ren@rock-chips.com>
This commit is contained in:
@@ -200,8 +200,6 @@
|
||||
pinctrl-0 = <&usbnet_pwr_drv>;
|
||||
regulator-name = "vcc5v0_usbnet";
|
||||
startup-delay-us = <20000>;
|
||||
regulator-always-off;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <5000000>;
|
||||
regulator-max-microvolt = <5000000>;
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user