diff mbox series

arm64: dts: rockchip: actually enable pmu-io-domains on qnap-ts433

Message ID 20240805162052.3345768-1-heiko@sntech.de (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: actually enable pmu-io-domains on qnap-ts433 | expand

Commit Message

Heiko Stübner Aug. 5, 2024, 4:20 p.m. UTC
Contrary to the vendor-kernel the pmu-io-domains are not enabled by
default. This resulted in the value not being set according to the
regulator, which in turn made the gmac0 interface that is connected
to the vccio4 supply inoperable.

Fixes: 64b7f16fb394 ("arm64: dts: rockchip: add 2 pmu_io_domain supplies for Qnap-TS433")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Heiko Stübner Aug. 8, 2024, 8:27 a.m. UTC | #1
On Mon, 5 Aug 2024 18:20:52 +0200, Heiko Stuebner wrote:
> Contrary to the vendor-kernel the pmu-io-domains are not enabled by
> default. This resulted in the value not being set according to the
> regulator, which in turn made the gmac0 interface that is connected
> to the vccio4 supply inoperable.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: actually enable pmu-io-domains on qnap-ts433
      commit: 40cc4257169712f0ae3835820a4c5afbdd1a16ff

Best regards,
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 9ee8e954fd341..1417411d15ae8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
@@ -604,6 +604,7 @@  vcc5v0_otg_en: vcc5v0-otg-en {
 &pmu_io_domains {
 	vccio4-supply = <&vcc_1v8>;
 	vccio6-supply = <&vcc_1v8>;
+	status = "okay";
 };
 
 &sata1 {