diff mbox series

[v2,14/14] arm64: dts: rockchip: add 2 pmu_io_domain supplies for Qnap-TS433

Message ID 20240721173723.919961-15-heiko@sntech.de (mailing list archive)
State New
Headers show
Series Expand available features on Qnap TS433 | expand

Commit Message

Heiko Stübner July 21, 2024, 5:37 p.m. UTC
Add the two supplies for the pmu-io-domains that are defined in the
vendor devicetree for the TS433.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
index 913d28cee8e9e..4213c351faf5d 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
@@ -528,6 +528,11 @@  vcc5v0_otg_en: vcc5v0-otg-en {
 	};
 };
 
+&pmu_io_domains {
+	vccio4-supply = <&vcc_1v8>;
+	vccio6-supply = <&vcc_1v8>;
+};
+
 &sata1 {
 	status = "okay";
 };