arm64: dts: rockchip: add Quartz64-A pmu_io_domains
authorPeter Geis <pgwipeout@gmail.com>
Fri, 28 Jan 2022 00:38:06 +0000 (19:38 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 29 Jan 2022 17:41:44 +0000 (18:41 +0100)
Several io power domains on the Quartz64-A operate at 1.8v.
Add the pmu_io_domains definition to enable support for this.
This permits the enablement of the following features:
sdio - wifi support
sdhci - mmc-hs200-1_8v

Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Link: https://lore.kernel.org/r/20220128003809.3291407-3-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts

index f1d6bf10c65002462e68aa1a6be5b5531cca727d..4310dcb5d253547f8f435ef6deb43a1091eb9f9e 100644 (file)
        };
 };
 
+&pmu_io_domains {
+       pmuio1-supply = <&vcc3v3_pmu>;
+       pmuio2-supply = <&vcc3v3_pmu>;
+       vccio1-supply = <&vccio_acodec>;
+       vccio2-supply = <&vcc_1v8>;
+       vccio3-supply = <&vccio_sd>;
+       vccio4-supply = <&vcc_1v8>;
+       vccio5-supply = <&vcc_3v3>;
+       vccio6-supply = <&vcc1v8_dvp>;
+       vccio7-supply = <&vcc_3v3>;
+       status = "okay";
+};
+
 &sdhci {
        bus-width = <8>;
        mmc-hs200-1_8v;