Skip to content

Commit 7379533

Browse files
Ziyuan Xurkhuangtao
authored andcommitted
arm64: dts: rockchip: px30-evb-ddr3-v10: correction sw1/2 for rk809
Change-Id: Ib3e66f5e3965151c0a47d2b523ddc3724db884b5 Signed-off-by: Ziyuan Xu <[email protected]>
1 parent a148d5a commit 7379533

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -577,15 +577,15 @@
577577
};
578578
};
579579

580-
vcc3v3_lcd: SWITCH_REG1 {
580+
vcc5v0_host: SWITCH_REG1 {
581+
regulator-always-on;
581582
regulator-boot-on;
582-
regulator-name = "vcc3v3_lcd";
583+
regulator-name = "vcc5v0_host";
583584
};
584585

585-
vcc5v0_host: SWITCH_REG2 {
586-
regulator-always-on;
586+
vcc3v3_lcd: SWITCH_REG2 {
587587
regulator-boot-on;
588-
regulator-name = "vcc5v0_host";
588+
regulator-name = "vcc3v3_lcd";
589589
};
590590
};
591591

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,15 +378,15 @@
378378
};
379379
};
380380

381-
vcc3v3_lcd: SWITCH_REG1 {
381+
vcc5v0_host: SWITCH_REG1 {
382+
regulator-always-on;
382383
regulator-boot-on;
383-
regulator-name = "vcc3v3_lcd";
384+
regulator-name = "vcc5v0_host";
384385
};
385386

386-
vcc5v0_host: SWITCH_REG2 {
387-
regulator-always-on;
387+
vcc3v3_lcd: SWITCH_REG2 {
388388
regulator-boot-on;
389-
regulator-name = "vcc5v0_host";
389+
regulator-name = "vcc3v3_lcd";
390390
};
391391
};
392392

arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-robot-no-gpu-linux.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,15 +378,15 @@
378378
};
379379
};
380380

381-
vcc3v3_lcd: SWITCH_REG1 {
381+
vcc5v0_host: SWITCH_REG1 {
382+
regulator-always-on;
382383
regulator-boot-on;
383-
regulator-name = "vcc3v3_lcd";
384+
regulator-name = "vcc5v0_host";
384385
};
385386

386-
vcc5v0_host: SWITCH_REG2 {
387-
regulator-always-on;
387+
vcc3v3_lcd: SWITCH_REG2 {
388388
regulator-boot-on;
389-
regulator-name = "vcc5v0_host";
389+
regulator-name = "vcc3v3_lcd";
390390
};
391391
};
392392

0 commit comments

Comments
 (0)