arm64: dts: rockchip: vcc5v0_usb power on in suspend for rk3399pro evb

Some USB devices does not support power off during suspend, so the vbus
of the USB host port should be kept on during suspend.

Change-Id: Ia3b054f9c53c33b637a02629e8cb3f050a5158b6
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
This commit is contained in:
Bin Yang 2019-01-07 08:51:28 +08:00 committed by Tao Huang
parent 09b7763707
commit 61a6eb94f0
2 changed files with 4 additions and 2 deletions

View File

@ -593,7 +593,8 @@ vcc5v0_usb: SWITCH_REG1 {
regulator-name = "vcc5v0_usb";
regulator-state-mem {
regulator-off-in-suspend;
regulator-on-in-suspend;
regulator-suspend-microvolt = <5000000>;
};
};

View File

@ -599,7 +599,8 @@ vcc5v0_usb: SWITCH_REG1 {
regulator-name = "vcc5v0_usb";
regulator-state-mem {
regulator-off-in-suspend;
regulator-on-in-suspend;
regulator-suspend-microvolt = <5000000>;
};
};