Skip to content

Commit 1fca941

Browse files
power-xsfrkhuangtao
authored andcommitted
ARM: dts: rockchip: rk3126-bnd-d708: set DCDC initial mode
Change-Id: Ibb18ea7605ead33abcddde6690a4ae4016c01974 Signed-off-by: shengfei Xu <xsf@rock-chips.com>
1 parent 14d16c1 commit 1fca941

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3126-bnd-d708.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
regulator-min-microvolt = <750000>;
380380
regulator-max-microvolt = <1500000>;
381381
regulator-ramp-delay = <6001>;
382+
regulator-initial-mode = <1>;
382383
regulator-always-on;
383384
regulator-boot-on;
384385
regulator-state-mem {
@@ -392,6 +393,7 @@
392393
regulator-min-microvolt = <750000>;
393394
regulator-max-microvolt = <1500000>;
394395
regulator-ramp-delay = <6001>;
396+
regulator-initial-mode = <1>;
395397
regulator-always-on;
396398
regulator-boot-on;
397399
regulator-state-mem {
@@ -404,12 +406,14 @@
404406
regulator-name = "vcc_ddr";
405407
regulator-always-on;
406408
regulator-boot-on;
409+
regulator-initial-mode = <1>;
407410
};
408411

409412
vcc_io: DCDC_REG4 {
410413
regulator-name = "vcc_io";
411414
regulator-min-microvolt = <3300000>;
412415
regulator-max-microvolt = <3300000>;
416+
regulator-initial-mode = <1>;
413417
regulator-always-on;
414418
regulator-boot-on;
415419
regulator-state-mem {

0 commit comments

Comments
 (0)