Skip to content

Commit

Permalink
arm64: dts: remove "simple-bus" compatible from ifc node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Li Yang authored and Shawn Guo committed May 5, 2022
1 parent cc54576 commit fefbc00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
};

ifc: ifc@1530000 {
compatible = "fsl,ifc", "simple-bus";
compatible = "fsl,ifc";
reg = <0x0 0x1530000 0x0 0x10000>;
interrupts = <0 43 0x4>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
};

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";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
};

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;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
};

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;
Expand Down

0 comments on commit fefbc00

Please sign in to comment.