diff options
author | Li Yang <leoyang.li@nxp.com> | 2024-01-19 23:38:56 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-05-07 16:20:12 +0300 |
commit | 0bf51cc9e9e57a751b4c5dacbfa499ba5cd8bd72 (patch) | |
tree | d327e8c5d4c1a42b1b74c535f30dd601097799cc /arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | |
parent | 9c8dc6f34351cd0c6a2ef83be2266f7dd67c152c (diff) | |
download | linux-0bf51cc9e9e57a751b4c5dacbfa499ba5cd8bd72.tar.xz |
powerpc: dts: mpc85xx: remove "simple-bus" compatible from ifc node
Update dts to match dts binding document.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240119203911.3143928-3-Frank.Li@nxp.com
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t4240si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi index fcac73486d48..65f3e17c0d41 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi @@ -50,7 +50,7 @@ &ifc { #address-cells = <2>; #size-cells = <1>; - compatible = "fsl,ifc", "simple-bus"; + compatible = "fsl,ifc"; interrupts = <25 2 0 0>; }; |