arm64: dts: ls1043a: 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
f93aff62 c9041ea3

+3 -3
+3 -3
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
··· 653 653 }; 654 654 655 655 msi1: msi-controller1@1571000 { 656 - compatible = "fsl,1s1043a-msi"; 656 + compatible = "fsl,ls1043a-msi"; 657 657 reg = <0x0 0x1571000 0x0 0x8>; 658 658 msi-controller; 659 659 interrupts = <0 116 0x4>; 660 660 }; 661 661 662 662 msi2: msi-controller2@1572000 { 663 - compatible = "fsl,1s1043a-msi"; 663 + compatible = "fsl,ls1043a-msi"; 664 664 reg = <0x0 0x1572000 0x0 0x8>; 665 665 msi-controller; 666 666 interrupts = <0 126 0x4>; 667 667 }; 668 668 669 669 msi3: msi-controller3@1573000 { 670 - compatible = "fsl,1s1043a-msi"; 670 + compatible = "fsl,ls1043a-msi"; 671 671 reg = <0x0 0x1573000 0x0 0x8>; 672 672 msi-controller; 673 673 interrupts = <0 160 0x4>;