From: Li Yang Date: Tue, 22 Mar 2022 02:28:13 +0000 (-0500) Subject: ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c1271e3bd28f293d336d92a78cce65b59c1d2d0;p=linux.git 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: Li Yang Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 2e69d6eab4d10..52835d3dfa1b3 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -123,7 +123,7 @@ }; ifc: ifc@1530000 { - compatible = "fsl,ifc", "simple-bus"; + compatible = "fsl,ifc"; reg = <0x0 0x1530000 0x0 0x10000>; interrupts = ; status = "disabled";