arm: dts: ls1021a: Fix typo of MSI compatible string

"1" should be replaced by "l". This is a typo.
The patch is to fix it.

Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

authored by

Minghuan Lian and committed by
Marc Zyngier
c9041ea3 d35b2c99

+2 -2
+2 -2
arch/arm/boot/dts/ls1021a.dtsi
··· 129 129 }; 130 130 131 131 msi1: msi-controller@1570e00 { 132 - compatible = "fsl,1s1021a-msi"; 132 + compatible = "fsl,ls1021a-msi"; 133 133 reg = <0x0 0x1570e00 0x0 0x8>; 134 134 msi-controller; 135 135 interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>; 136 136 }; 137 137 138 138 msi2: msi-controller@1570e08 { 139 - compatible = "fsl,1s1021a-msi"; 139 + compatible = "fsl,ls1021a-msi"; 140 140 reg = <0x0 0x1570e08 0x0 0x8>; 141 141 msi-controller; 142 142 interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;