arm64: dts: fsl: imx8mq-evk: link regulator to GPU domain
authorLucas Stach <l.stach@pengutronix.de>
Mon, 15 Apr 2019 13:01:18 +0000 (15:01 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Apr 2019 01:26:05 +0000 (09:26 +0800)
Link the SW1AB regulator to the GPU domain, so that it gets enabled
when needed.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-evk.dts

index ec430b3..b2038be 100644 (file)
        status = "okay";
 };
 
+&pgc_gpu {
+       power-supply = <&sw1a_reg>;
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;