diff mbox series

arm64: dts: fsl: imx8mq-evk: link regulator to VPU domain

Message ID 20211205210144.1072721-1-aford173@gmail.com
State Accepted
Commit 1a42daaa3c7e0749f212c6bf9a8176d59833da71
Headers show
Series arm64: dts: fsl: imx8mq-evk: link regulator to VPU domain | expand

Commit Message

Adam Ford Dec. 5, 2021, 9:01 p.m. UTC
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>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
index b83df77195ec..6778306aff3b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
@@ -326,6 +326,10 @@  &pgc_gpu {
 	power-supply = <&sw1a_reg>;
 };
 
+&pgc_vpu {
+	power-supply = <&sw1c_reg>;
+};
+
 &qspi0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_qspi>;