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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@
			     <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* Hypervisor */
	};

	scu {
	system-controller {
		compatible = "fsl,imx-scu";
		mbox-names = "tx0",
			     "rx0",
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@
		method = "smc";
	};

	scu {
	system-controller {
		compatible = "fsl,imx-scu";
		mbox-names = "tx0",
			     "rx0",