diff options
author | Li Yang <leoyang.li@nxp.com> | 2022-03-22 03:28:13 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 02:46:59 +0200 |
commit | 1c1271e3bd28f293d336d92a78cce65b59c1d2d0 (patch) | |
tree | 84f6d7eccafd547176e8ee42836309581c4803ae /arch/arm/boot/dts/ls1021a.dtsi | |
parent | ARM: dts: i.MX51: digi-connectcore-jsk: Use usb-nop-xceiv usbphy for USB1 (diff) | |
download | linux-1c1271e3bd28f293d336d92a78cce65b59c1d2d0.tar.xz linux-1c1271e3bd28f293d336d92a78cce65b59c1d2d0.zip |
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 <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; status = "disabled"; |