mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
arm: dts: add ramp delay to vdd_gpu for rk3288
for mali devfreq Change-Id: I561fe2db1a38bafcf56db7e8991172d6031da41a Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
parent
ce4accc725
commit
a8e6476d04
|
|
@ -115,6 +115,7 @@ vdd_gpu: syr828@41 {
|
|||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <1350000>;
|
||||
regulator-always-on;
|
||||
regulator-ramp-delay = <6000>;
|
||||
vin-supply = <&vcc_sys>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ vdd_gpu: DCDC_REG2 {
|
|||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <1250000>;
|
||||
regulator-name = "vdd_gpu";
|
||||
regulator-ramp-delay = <6000>;
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
regulator-suspend-microvolt = <1000000>;
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ vdd_gpu: DCDC_REG2 {
|
|||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <1250000>;
|
||||
regulator-name = "vdd_gpu";
|
||||
regulator-ramp-delay = <6000>;
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
regulator-suspend-microvolt = <1000000>;
|
||||
|
|
|
|||
|
|
@ -318,6 +318,7 @@ vdd_gpu: syr828@41 {
|
|||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <1350000>;
|
||||
regulator-always-on;
|
||||
regulator-ramp-delay = <6000>;
|
||||
vin-supply = <&vcc_sys>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ vdd_gpu: DCDC_REG2 {
|
|||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <1250000>;
|
||||
regulator-name = "vdd_gpu";
|
||||
regulator-ramp-delay = <6000>;
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
regulator-suspend-microvolt = <1000000>;
|
||||
|
|
|
|||
|
|
@ -256,6 +256,7 @@ vdd_gpu: DCDC_REG2 {
|
|||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <1250000>;
|
||||
regulator-name = "vdd_gpu";
|
||||
regulator-ramp-delay = <6000>;
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
regulator-suspend-microvolt = <1000000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user