Commit c7b3c053 authored by Viorel Suman's avatar Viorel Suman Committed by Shawn Guo

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

The proper name is 'system-controller', not 'scu'.
Signed-off-by: default avatarViorel Suman <viorel.suman@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6003913a
...@@ -181,7 +181,7 @@ timer { ...@@ -181,7 +181,7 @@ timer {
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* Hypervisor */ <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* Hypervisor */
}; };
scu { system-controller {
compatible = "fsl,imx-scu"; compatible = "fsl,imx-scu";
mbox-names = "tx0", mbox-names = "tx0",
"rx0", "rx0",
......
...@@ -201,7 +201,7 @@ psci { ...@@ -201,7 +201,7 @@ psci {
method = "smc"; method = "smc";
}; };
scu { system-controller {
compatible = "fsl,imx-scu"; compatible = "fsl,imx-scu";
mbox-names = "tx0", mbox-names = "tx0",
"rx0", "rx0",
......
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