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

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

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Abel Vesa 2022-07-07 15:50:18 +03:00 committed by Shawn Guo
parent 78cba06629
commit b3993c7adf
2 changed files with 2 additions and 2 deletions

View File

@ -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>;
};

View File

@ -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>;
};