Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Adam Ford and committed by
Shawn Guo
1a42daaa a3d5b4e2

+4
+4
arch/arm64/boot/dts/freescale/imx8mq-evk.dts
··· 331 331 power-supply = <&sw1a_reg>; 332 332 }; 333 333 334 + &pgc_vpu { 335 + power-supply = <&sw1c_reg>; 336 + }; 337 + 334 338 &qspi0 { 335 339 pinctrl-names = "default"; 336 340 pinctrl-0 = <&pinctrl_qspi>;