arm64: dts: imx8mq-evk: link regulator to VPU domain
authorAdam Ford <aford173@gmail.com>
Sun, 5 Dec 2021 21:01:43 +0000 (15:01 -0600)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Dec 2021 08:33:02 +0000 (16:33 +0800)
The SW1C regulator powers the VPU and the state isn't guaranteed
to always be on.  Link the VPU power-domain to the regulator to
ensure it is turned on before using the power domain.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-evk.dts

index c96d23f..a1b7582 100644 (file)
        power-supply = <&sw1a_reg>;
 };
 
+&pgc_vpu {
+       power-supply = <&sw1c_reg>;
+};
+
 &qspi0 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_qspi>;