OSDN Git Service

arm64: dts: remove "simple-bus" compatible from ifc node
authorLi Yang <leoyang.li@nxp.com>
Tue, 22 Mar 2022 02:28:14 +0000 (21:28 -0500)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 00:48:50 +0000 (08:48 +0800)
The binding of ifc device has been updated.  Update dts to match
accordingly.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index 35d1939..e0dc644 100644 (file)
                };
 
                ifc: ifc@1530000 {
-                       compatible = "fsl,ifc", "simple-bus";
+                       compatible = "fsl,ifc";
                        reg = <0x0 0x1530000 0x0 0x10000>;
                        interrupts = <0 43 0x4>;
                };
index 4e7bd04..6a51f33 100644 (file)
                };
 
                ifc: ifc@1530000 {
-                       compatible = "fsl,ifc", "simple-bus";
+                       compatible = "fsl,ifc";
                        reg = <0x0 0x1530000 0x0 0x10000>;
                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
index 18e5291..5578078 100644 (file)
                };
 
                ifc: ifc@2240000 {
-                       compatible = "fsl,ifc", "simple-bus";
+                       compatible = "fsl,ifc";
                        reg = <0x0 0x2240000 0x0 0x20000>;
                        interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
                        little-endian;
index 1282b61..eb63117 100644 (file)
                };
 
                ifc: ifc@2240000 {
-                       compatible = "fsl,ifc", "simple-bus";
+                       compatible = "fsl,ifc";
                        reg = <0x0 0x2240000 0x0 0x20000>;
                        interrupts = <0 21 0x4>; /* Level high type */
                        little-endian;