Skip to content

Commit f64e967

Browse files
committed
arm64: dts: rockchip: px30: adjust suspend voltage
1. adjust vdd_logic to 950000uV. 2. adjust vdd_arm to 950000uV. 3. set vdd_10 on. 4. set vcc3v0_pmu on. Change-Id: I1af72ccbc615f6bdcb59f51ac6ea54e8c3bfe2af Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
1 parent 99cb28c commit f64e967

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
regulator-name = "vdd_logic";
315315
regulator-state-mem {
316316
regulator-on-in-suspend;
317-
regulator-suspend-microvolt = <700000>;
317+
regulator-suspend-microvolt = <950000>;
318318
};
319319
};
320320

@@ -328,7 +328,7 @@
328328
regulator-name = "vdd_arm";
329329
regulator-state-mem {
330330
regulator-off-in-suspend;
331-
regulator-suspend-microvolt = <800000>;
331+
regulator-suspend-microvolt = <950000>;
332332
};
333333
};
334334

@@ -388,7 +388,7 @@
388388

389389
regulator-name = "vcc1v0_soc";
390390
regulator-state-mem {
391-
regulator-off-in-suspend;
391+
regulator-on-in-suspend;
392392
regulator-suspend-microvolt = <1000000>;
393393
};
394394
};
@@ -401,7 +401,7 @@
401401

402402
regulator-name = "vcc3v0_pmu";
403403
regulator-state-mem {
404-
regulator-off-in-suspend;
404+
regulator-on-in-suspend;
405405
regulator-suspend-microvolt = <3000000>;
406406

407407
};

arch/arm64/boot/dts/rockchip/px30-evb-ddr4-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
regulator-name = "vdd_logic";
315315
regulator-state-mem {
316316
regulator-on-in-suspend;
317-
regulator-suspend-microvolt = <700000>;
317+
regulator-suspend-microvolt = <950000>;
318318
};
319319
};
320320

@@ -328,7 +328,7 @@
328328
regulator-name = "vdd_arm";
329329
regulator-state-mem {
330330
regulator-off-in-suspend;
331-
regulator-suspend-microvolt = <800000>;
331+
regulator-suspend-microvolt = <950000>;
332332
};
333333
};
334334

@@ -389,7 +389,7 @@
389389

390390
regulator-name = "vcc1v0_soc";
391391
regulator-state-mem {
392-
regulator-off-in-suspend;
392+
regulator-on-in-suspend;
393393
regulator-suspend-microvolt = <1000000>;
394394
};
395395
};
@@ -402,7 +402,7 @@
402402

403403
regulator-name = "vcc3v0_pmu";
404404
regulator-state-mem {
405-
regulator-off-in-suspend;
405+
regulator-on-in-suspend;
406406
regulator-suspend-microvolt = <3000000>;
407407

408408
};

arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
regulator-name = "vdd_logic";
280280
regulator-state-mem {
281281
regulator-on-in-suspend;
282-
regulator-suspend-microvolt = <700000>;
282+
regulator-suspend-microvolt = <950000>;
283283
};
284284
};
285285

@@ -293,7 +293,7 @@
293293
regulator-name = "vdd_arm";
294294
regulator-state-mem {
295295
regulator-off-in-suspend;
296-
regulator-suspend-microvolt = <800000>;
296+
regulator-suspend-microvolt = <950000>;
297297
};
298298
};
299299

@@ -353,7 +353,7 @@
353353

354354
regulator-name = "vcc1v0_soc";
355355
regulator-state-mem {
356-
regulator-off-in-suspend;
356+
regulator-on-in-suspend;
357357
regulator-suspend-microvolt = <1000000>;
358358
};
359359
};
@@ -366,7 +366,7 @@
366366

367367
regulator-name = "vcc3v0_pmu";
368368
regulator-state-mem {
369-
regulator-off-in-suspend;
369+
regulator-on-in-suspend;
370370
regulator-suspend-microvolt = <3000000>;
371371

372372
};

arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
regulator-name = "vdd_logic";
374374
regulator-state-mem {
375375
regulator-on-in-suspend;
376-
regulator-suspend-microvolt = <700000>;
376+
regulator-suspend-microvolt = <950000>;
377377
};
378378
};
379379

@@ -387,7 +387,7 @@
387387
regulator-name = "vdd_arm";
388388
regulator-state-mem {
389389
regulator-off-in-suspend;
390-
regulator-suspend-microvolt = <800000>;
390+
regulator-suspend-microvolt = <950000>;
391391
};
392392
};
393393

@@ -447,7 +447,7 @@
447447

448448
regulator-name = "vcc1v0_soc";
449449
regulator-state-mem {
450-
regulator-off-in-suspend;
450+
regulator-on-in-suspend;
451451
regulator-suspend-microvolt = <1000000>;
452452
};
453453
};
@@ -460,7 +460,7 @@
460460

461461
regulator-name = "vcc3v0_pmu";
462462
regulator-state-mem {
463-
regulator-off-in-suspend;
463+
regulator-on-in-suspend;
464464
regulator-suspend-microvolt = <3000000>;
465465

466466
};

0 commit comments

Comments
 (0)