]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: rockchip: actually enable pmu-io-domains on qnap-ts433
authorHeiko Stuebner <heiko@sntech.de>
Mon, 5 Aug 2024 16:20:52 +0000 (18:20 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 8 Aug 2024 06:11:26 +0000 (08:11 +0200)
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>
Link: https://lore.kernel.org/r/20240805162052.3345768-1-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

index 20e4fa6c185353c3218dc21e332ae464ee24550c..90d8d5266299bbdd75e30f026d7883c7b5ec674f 100644 (file)
 &pmu_io_domains {
        vccio4-supply = <&vcc_1v8>;
        vccio6-supply = <&vcc_1v8>;
+       status = "okay";
 };
 
 &sata1 {