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:
Jianing Ren
2019-12-21 19:50:49 +08:00
parent c9b15ba1eb
commit e992095cb8

View File

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