Commit 1c1271e3 authored by Li Yang's avatar Li Yang Committed by Shawn Guo
Browse files

ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node



The binding of ifc device has been updated.  Update dts to match
accordingly.

Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4bb3894a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
		};

		ifc: ifc@1530000 {
			compatible = "fsl,ifc", "simple-bus";
			compatible = "fsl,ifc";
			reg = <0x0 0x1530000 0x0 0x10000>;
			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
			status = "disabled";