Skip to content

Commit cfeac8e

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: fix pmu_io supply for Lunzn Fastrhino R6xS
Fixes pmu_io_domains supply according to the schematic. Among them, the vccio3 is responsible for the io voltage of sdcard. There is no sdcard slot on the R68S, and it's connected to vcc_3v3, so describe the supply of vccio3 separately. Fixes: c79dab4 ("arm64: dts: rockchip: Add Lunzn Fastrhino R66S") Fixes: b9f8ca6 ("arm64: dts: rockchip: Add Lunzn Fastrhino R68S") Signed-off-by: Chukun Pan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 9e823ba commit cfeac8e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
};
1212
};
1313

14+
&pmu_io_domains {
15+
vccio3-supply = <&vccio_sd>;
16+
};
17+
1418
&sdmmc0 {
1519
bus-width = <4>;
1620
cap-mmc-highspeed;

arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@
397397
&pmu_io_domains {
398398
pmuio1-supply = <&vcc3v3_pmu>;
399399
pmuio2-supply = <&vcc3v3_pmu>;
400-
vccio1-supply = <&vccio_acodec>;
401-
vccio3-supply = <&vccio_sd>;
400+
vccio1-supply = <&vcc_3v3>;
401+
vccio2-supply = <&vcc_1v8>;
402402
vccio4-supply = <&vcc_1v8>;
403403
vccio5-supply = <&vcc_3v3>;
404404
vccio6-supply = <&vcc_1v8>;

arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r68s.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
};
103103
};
104104

105+
&pmu_io_domains {
106+
vccio3-supply = <&vcc_3v3>;
107+
};
108+
105109
&sdhci {
106110
bus-width = <8>;
107111
max-frequency = <200000000>;

0 commit comments

Comments
 (0)