arm64: dts: freescale: imx8: Fix the system-controller node name

The proper name is 'system-controller', not 'scu'.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Viorel Suman 2022-07-07 15:50:21 +03:00 committed by Shawn Guo
parent 6003913ac7
commit c7b3c05309
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* Hypervisor */
};
scu {
system-controller {
compatible = "fsl,imx-scu";
mbox-names = "tx0",
"rx0",

View File

@ -201,7 +201,7 @@
method = "smc";
};
scu {
system-controller {
compatible = "fsl,imx-scu";
mbox-names = "tx0",
"rx0",