summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Yang <yangbin@rock-chips.com>2019-01-07 08:51:28 +0800
committerTao Huang <huangtao@rock-chips.com>2019-01-07 16:02:55 +0800
commit61a6eb94f08eb77a02c526c9e3795ea40caf1eeb (patch)
treea40b5d1201ab4393562b2e866dd3a41552521ed5
parent09b77637078822c9728217e3645ce8f6c59bf632 (diff)
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>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts3
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts3
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
index 863e12fc51fd..49fea10c1cb1 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
@@ -593,7 +593,8 @@
regulator-name = "vcc5v0_usb";
regulator-state-mem {
- regulator-off-in-suspend;
+ regulator-on-in-suspend;
+ regulator-suspend-microvolt = <5000000>;
};
};
diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
index 6e075b2e5579..793d58fff6b9 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
@@ -599,7 +599,8 @@
regulator-name = "vcc5v0_usb";
regulator-state-mem {
- regulator-off-in-suspend;
+ regulator-on-in-suspend;
+ regulator-suspend-microvolt = <5000000>;
};
};