mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02: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
|
|
@ -181,7 +181,7 @@ timer {
|
|||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* Hypervisor */
|
||||
};
|
||||
|
||||
scu {
|
||||
system-controller {
|
||||
compatible = "fsl,imx-scu";
|
||||
mbox-names = "tx0",
|
||||
"rx0",
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ psci {
|
|||
method = "smc";
|
||||
};
|
||||
|
||||
scu {
|
||||
system-controller {
|
||||
compatible = "fsl,imx-scu";
|
||||
mbox-names = "tx0",
|
||||
"rx0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user