ARM: dts: rk3036-kylin: set vdd_arm regulator-on-in-suspend

rk3036 doesn't support vdd_arm power supply off when system suspend.

Change-Id: I46bd8a7c2b672be30d8106b867275e8ba7d77e54
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen
2017-11-22 15:14:56 +08:00
committed by Tao Huang
parent 7961e4557b
commit 6eae1f83d8

View File

@@ -200,7 +200,8 @@
regulator-max-microvolt = <1350000>;
regulator-name = "vdd_arm";
regulator-state-mem {
regulator-off-in-suspend;
regulator-on-in-suspend;
regulator-suspend-microvolt = <1050000>;
};
};