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-Tag: howlett/maple/20220722_2~451^2~11^2~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1c1271e3bd28f293d336d92a78cce65b59c1d2d0;p=users%2Fjedix%2Flinux-maple.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 2e69d6eab4d1..52835d3dfa1b 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";