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

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
...@@ -190,7 +190,7 @@ scu { ...@@ -190,7 +190,7 @@ scu {
&lsio_mu1 1 0 &lsio_mu1 1 0
&lsio_mu1 3 3>; &lsio_mu1 3 3>;
pd: imx8qx-pd { pd: power-controller {
compatible = "fsl,imx8qm-scu-pd", "fsl,scu-pd"; compatible = "fsl,imx8qm-scu-pd", "fsl,scu-pd";
#power-domain-cells = <1>; #power-domain-cells = <1>;
}; };
......
...@@ -210,7 +210,7 @@ scu { ...@@ -210,7 +210,7 @@ scu {
&lsio_mu1 1 0 &lsio_mu1 1 0
&lsio_mu1 3 3>; &lsio_mu1 3 3>;
pd: imx8qx-pd { pd: power-controller {
compatible = "fsl,imx8qxp-scu-pd", "fsl,scu-pd"; compatible = "fsl,imx8qxp-scu-pd", "fsl,scu-pd";
#power-domain-cells = <1>; #power-domain-cells = <1>;
}; };
......
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