Commit eda73fc8 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

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



Link the SW1AB regulator to the GPU domain, so that it gets enabled
when needed.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e85c9d0f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -238,6 +238,10 @@
	status = "okay";
};

&pgc_gpu {
	power-supply = <&sw1a_reg>;
};

&uart1 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_uart1>;