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