arm64: dts: rockchip: set vcc_3v0 on and vcc1v8_dvp off in sleep mode for rk3326-863-lp3-v10

vcc_3v0: supply for wifi bt module, should keep enable in sleep mode.
vcc1v8_dvp: supply for camera, should be off in sleep mode, otherwise,
increase current consumption.

Change-Id: Idfd10f7b8f6fca6db1760e429acc9b215a8cf595
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
Zhou weixin
2018-02-25 10:43:14 +08:00
committed by Tao Huang
parent 8dab90fc1b
commit 2fa09bb0e2

View File

@@ -319,7 +319,7 @@
regulator-initial-mode = <0x1>;
regulator-name = "vcc_3v0";
regulator-state-mem {
regulator-off-in-suspend;
regulator-on-in-suspend;
regulator-suspend-microvolt = <3000000>;
};
};
@@ -424,7 +424,7 @@
regulator-name = "vcc1v8_dvp";
regulator-state-mem {
regulator-on-in-suspend;
regulator-off-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
};