mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02: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:
parent
c9b15ba1eb
commit
e992095cb8
|
|
@ -200,8 +200,6 @@ vcc5v0_usbnet: vcc5v0-usbnet {
|
|||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user