Commit fefbc002 authored by Li Yang's avatar Li Yang Committed by Shawn Guo

arm64: dts: 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 cc545760
...@@ -390,7 +390,7 @@ dcfg: dcfg@1ee0000 { ...@@ -390,7 +390,7 @@ dcfg: dcfg@1ee0000 {
}; };
ifc: ifc@1530000 { ifc: ifc@1530000 {
compatible = "fsl,ifc", "simple-bus"; compatible = "fsl,ifc";
reg = <0x0 0x1530000 0x0 0x10000>; reg = <0x0 0x1530000 0x0 0x10000>;
interrupts = <0 43 0x4>; interrupts = <0 43 0x4>;
}; };
......
...@@ -281,7 +281,7 @@ ddr: memory-controller@1080000 { ...@@ -281,7 +281,7 @@ ddr: memory-controller@1080000 {
}; };
ifc: ifc@1530000 { ifc: ifc@1530000 {
compatible = "fsl,ifc", "simple-bus"; compatible = "fsl,ifc";
reg = <0x0 0x1530000 0x0 0x10000>; reg = <0x0 0x1530000 0x0 0x10000>;
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; status = "disabled";
......
...@@ -397,7 +397,7 @@ gpio3: gpio@2330000 { ...@@ -397,7 +397,7 @@ gpio3: gpio@2330000 {
}; };
ifc: ifc@2240000 { ifc: ifc@2240000 {
compatible = "fsl,ifc", "simple-bus"; compatible = "fsl,ifc";
reg = <0x0 0x2240000 0x0 0x20000>; reg = <0x0 0x2240000 0x0 0x20000>;
interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
little-endian; little-endian;
......
...@@ -1037,7 +1037,7 @@ i2c3: i2c@2030000 { ...@@ -1037,7 +1037,7 @@ i2c3: i2c@2030000 {
}; };
ifc: ifc@2240000 { ifc: ifc@2240000 {
compatible = "fsl,ifc", "simple-bus"; compatible = "fsl,ifc";
reg = <0x0 0x2240000 0x0 0x20000>; reg = <0x0 0x2240000 0x0 0x20000>;
interrupts = <0 21 0x4>; /* Level high type */ interrupts = <0 21 0x4>; /* Level high type */
little-endian; little-endian;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment