* [PATCH] arm64: dts: fsl: imx8mq-evk: link regulator to VPU domain
@ 2021-12-05 21:01 Adam Ford
2021-12-14 8:11 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2021-12-05 21:01 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Adam Ford, Rob Herring, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
devicetree, linux-kernel
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 --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>;
--
2.32.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] arm64: dts: fsl: imx8mq-evk: link regulator to VPU domain
2021-12-05 21:01 [PATCH] arm64: dts: fsl: imx8mq-evk: link regulator to VPU domain Adam Ford
@ 2021-12-14 8:11 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-12-14 8:11 UTC (permalink / raw)
To: Adam Ford
Cc: linux-arm-kernel, Rob Herring, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
devicetree, linux-kernel
On Sun, Dec 05, 2021 at 03:01:43PM -0600, Adam Ford wrote:
> 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>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-14 8:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-05 21:01 [PATCH] arm64: dts: fsl: imx8mq-evk: link regulator to VPU domain Adam Ford
2021-12-14 8:11 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox