Skip to content

Commit 742fcbd

Browse files
Elaine Zhangrkhuangtao
authored andcommitted
ARM64: dts: rk3399: add regulator-ramp-delay for dcdc
used to calculate the delay time for change dcdc voltage. Change-Id: I6bb462ef087b9ce6aa98991a1b961ed5f57bb3c8 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
1 parent a0a1e63 commit 742fcbd

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399-box-808-android.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
regulator-name = "vdd_log";
350350
regulator-min-microvolt = <750000>;
351351
regulator-max-microvolt = <1350000>;
352+
regulator-ramp-delay = <6001>;
352353
regulator-always-on;
353354
regulator-boot-on;
354355
regulator-state-mem {
@@ -361,6 +362,7 @@
361362
regulator-name = "vdd_cpu_l";
362363
regulator-min-microvolt = <750000>;
363364
regulator-max-microvolt = <1350000>;
365+
regulator-ramp-delay = <6001>;
364366
regulator-always-on;
365367
regulator-boot-on;
366368
regulator-state-mem {

arch/arm64/boot/dts/rockchip/rk3399-box.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@
523523
regulator-name = "vdd_center";
524524
regulator-min-microvolt = <750000>;
525525
regulator-max-microvolt = <1350000>;
526+
regulator-ramp-delay = <6001>;
526527
regulator-always-on;
527528
regulator-boot-on;
528529
regulator-state-mem {
@@ -534,6 +535,7 @@
534535
regulator-name = "vdd_cpu_l";
535536
regulator-min-microvolt = <750000>;
536537
regulator-max-microvolt = <1350000>;
538+
regulator-ramp-delay = <6001>;
537539
regulator-always-on;
538540
regulator-boot-on;
539541
regulator-state-mem {

arch/arm64/boot/dts/rockchip/rk3399-evb-rev1.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
regulator-name = "vdd_gpu";
127127
regulator-min-microvolt = <712500>;
128128
regulator-max-microvolt = <1500000>;
129+
regulator-ramp-delay = <8000>;
129130
regulator-always-on;
130131
regulator-boot-on;
131132
};
@@ -163,6 +164,7 @@
163164
regulator-boot-on;
164165
regulator-min-microvolt = <750000>;
165166
regulator-max-microvolt = <1350000>;
167+
regulator-ramp-delay = <6001>;
166168
regulator-name = "vdd_cpu_b";
167169
regulator-state-mem {
168170
regulator-off-in-suspend;
@@ -174,6 +176,7 @@
174176
regulator-boot-on;
175177
regulator-min-microvolt = <750000>;
176178
regulator-max-microvolt = <1350000>;
179+
regulator-ramp-delay = <6001>;
177180
regulator-name = "vdd_cpu_l";
178181
regulator-state-mem {
179182
regulator-off-in-suspend;

arch/arm64/boot/dts/rockchip/rk3399-evb-rev2.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
regulator-name = "vdd_gpu";
288288
regulator-min-microvolt = <735000>;
289289
regulator-max-microvolt = <1400000>;
290+
regulator-ramp-delay = <6000>;
290291
regulator-always-on;
291292
regulator-boot-on;
292293
};
@@ -324,6 +325,7 @@
324325
regulator-boot-on;
325326
regulator-min-microvolt = <750000>;
326327
regulator-max-microvolt = <1350000>;
328+
regulator-ramp-delay = <6001>;
327329
regulator-name = "vdd_log";
328330
regulator-state-mem {
329331
regulator-on-in-suspend;
@@ -336,6 +338,7 @@
336338
regulator-boot-on;
337339
regulator-min-microvolt = <750000>;
338340
regulator-max-microvolt = <1350000>;
341+
regulator-ramp-delay = <6001>;
339342
regulator-name = "vdd_cpu_l";
340343
regulator-state-mem {
341344
regulator-off-in-suspend;

arch/arm64/boot/dts/rockchip/rk3399-evb-rev3.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
regulator-boot-on;
321321
regulator-min-microvolt = <750000>;
322322
regulator-max-microvolt = <1350000>;
323+
regulator-ramp-delay = <6001>;
323324
regulator-name = "vdd_log";
324325
regulator-state-mem {
325326
regulator-on-in-suspend;
@@ -332,6 +333,7 @@
332333
regulator-boot-on;
333334
regulator-min-microvolt = <750000>;
334335
regulator-max-microvolt = <1350000>;
336+
regulator-ramp-delay = <6001>;
335337
regulator-name = "vdd_cpu_l";
336338
regulator-state-mem {
337339
regulator-off-in-suspend;

arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
regulator-boot-on;
321321
regulator-min-microvolt = <750000>;
322322
regulator-max-microvolt = <1350000>;
323+
regulator-ramp-delay = <6001>;
323324
regulator-name = "vdd_center";
324325
regulator-state-mem {
325326
regulator-off-in-suspend;
@@ -331,6 +332,7 @@
331332
regulator-boot-on;
332333
regulator-min-microvolt = <750000>;
333334
regulator-max-microvolt = <1350000>;
335+
regulator-ramp-delay = <6001>;
334336
regulator-name = "vdd_cpu_l";
335337
regulator-state-mem {
336338
regulator-off-in-suspend;

0 commit comments

Comments
 (0)