mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
09b7763707
commit
61a6eb94f0
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user