mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user