diff mbox series

[v2,1/2] arm64: dts: rockchip: rk3566-box-demo: add io domain setting

Message ID 20221229115043.3899733-1-andyshrk@163.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/2] arm64: dts: rockchip: rk3566-box-demo: add io domain setting | expand

Commit Message

Andy Yan Dec. 29, 2022, 11:50 a.m. UTC
Add the missing pmu_io_domains setting, the gmac can't work well
without this.

Fixes: 2e0537b16b25 ("arm64: dts: rockchip: Add dts for rockchip rk3566 box demo board")
Signed-off-by: Andy Yan <andyshrk@163.com>

---

(no changes since v1)

 arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Heiko Stuebner Jan. 11, 2023, 10:48 a.m. UTC | #1
On Thu, 29 Dec 2022 19:50:43 +0800, Andy Yan wrote:
> Add the missing pmu_io_domains setting, the gmac can't work well
> without this.
> 
> 

Applied, thanks!

[1/2] arm64: dts: rockchip: rk3566-box-demo: add io domain setting
      commit: 9554f023385825be4b1e3557398c82e25be83da4

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
index 4c7f9abd594f..d956496d5221 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
@@ -353,6 +353,17 @@  led_work_en: led_work_en {
 	};
 };
 
+&pmu_io_domains {
+	pmuio2-supply = <&vcc_3v3>;
+	vccio1-supply = <&vcc_3v3>;
+	vccio3-supply = <&vcc_3v3>;
+	vccio4-supply = <&vcca_1v8>;
+	vccio5-supply = <&vcc_3v3>;
+	vccio6-supply = <&vcca_1v8>;
+	vccio7-supply = <&vcc_3v3>;
+	status = "okay";
+};
+
 &pwm0 {
 	status = "okay";
 };