mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
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:
parent
6003913ac7
commit
c7b3c05309
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
method = "smc";
|
method = "smc";
|
||||||
};
|
};
|
||||||
|
|
||||||
scu {
|
system-controller {
|
||||||
compatible = "fsl,imx-scu";
|
compatible = "fsl,imx-scu";
|
||||||
mbox-names = "tx0",
|
mbox-names = "tx0",
|
||||||
"rx0",
|
"rx0",
|
||||||
|
|
Loading…
Reference in a new issue