arm64: dts: rockchip: rk3576-rk806: remove regulator-always-on for vdd_gpu

Disable vdd_gpu when gpu is suspended to save power.

Signed-off-by: Liang Chen <cl@rock-chips.com>
Change-Id: I3c983fd9ab153e37bbde6adf609a368b1c0b6b4b
This commit is contained in:
Liang Chen
2024-03-05 15:09:11 +08:00
committed by Tao Huang
parent 6092eb96b6
commit ff1d0a841c

View File

@@ -199,13 +199,13 @@
};
vdd_gpu_s0: DCDC_REG5 {
regulator-always-on;
regulator-boot-on;
regulator-init-microvolt = <750000>;
regulator-min-microvolt = <550000>;
regulator-max-microvolt = <900000>;
regulator-ramp-delay = <12500>;
regulator-name = "vdd_gpu_s0";
regulator-enable-ramp-delay = <400>;
regulator-state-mem {
regulator-off-in-suspend;
regulator-suspend-microvolt = <850000>;