arm64: dts: rockchip: rk806-dual: enable vdd_log_s0, disable vcc_3v3_s3 in suspend

Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Change-Id: I7caa293f45672404288b5cef525fdf1bca241535
This commit is contained in:
shengfei Xu
2021-11-25 10:24:04 +00:00
committed by Tao Huang
parent decf7c2116
commit be6bf0108d

View File

@@ -191,7 +191,8 @@
regulator-ramp-delay = <12500>;
regulator-name = "vdd_log_s0";
regulator-state-mem {
regulator-off-in-suspend;
regulator-on-in-suspend;
regulator-suspend-microvolt = <750000>;
};
};
@@ -323,7 +324,7 @@
regulator-ramp-delay = <12500>;
regulator-name = "vcc_3v3_s3";
regulator-state-mem {
regulator-on-in-suspend;
regulator-off-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};