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

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
......@@ -238,6 +238,10 @@ &pcie0 {
status = "okay";
};
&pgc_gpu {
power-supply = <&sw1a_reg>;
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment