Commit b3993c7a authored by Abel Vesa's avatar Abel Vesa Committed by Shawn Guo
Browse files

arm64: dts: freescale: imx8: Fix power controller name



The proper name is power-controller, not imx8qx-pd.

Signed-off-by: default avatarAbel Vesa <abel.vesa@nxp.com>
Signed-off-by: default avatarViorel Suman <viorel.suman@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 78cba066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@
			  &lsio_mu1 1 0
			  &lsio_mu1 3 3>;

		pd: imx8qx-pd {
		pd: power-controller {
			compatible = "fsl,imx8qm-scu-pd", "fsl,scu-pd";
			#power-domain-cells = <1>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@
			  &lsio_mu1 1 0
			  &lsio_mu1 3 3>;

		pd: imx8qx-pd {
		pd: power-controller {
			compatible = "fsl,imx8qxp-scu-pd", "fsl,scu-pd";
			#power-domain-cells = <1>;
		};