Skip to content

Commit 9554f02

Browse files
andyshrkmmind
authored andcommitted
arm64: dts: rockchip: add io domain setting to rk3566-box-demo
Add the missing pmu_io_domains setting, the gmac can't work well without this. Fixes: 2e0537b ("arm64: dts: rockchip: Add dts for rockchip rk3566 box demo board") Signed-off-by: Andy Yan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 0b693c8 commit 9554f02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,17 @@
353353
};
354354
};
355355

356+
&pmu_io_domains {
357+
pmuio2-supply = <&vcc_3v3>;
358+
vccio1-supply = <&vcc_3v3>;
359+
vccio3-supply = <&vcc_3v3>;
360+
vccio4-supply = <&vcca_1v8>;
361+
vccio5-supply = <&vcc_3v3>;
362+
vccio6-supply = <&vcca_1v8>;
363+
vccio7-supply = <&vcc_3v3>;
364+
status = "okay";
365+
};
366+
356367
&pwm0 {
357368
status = "okay";
358369
};

0 commit comments

Comments
 (0)