arm64: dts: ls1043a: Fix typo of MSI compatible string
authorMinghuan Lian <[email protected]>
Wed, 5 Jul 2017 06:58:57 +0000 (14:58 +0800)
committerMarc Zyngier <[email protected]>
Thu, 31 Aug 2017 15:19:05 +0000 (16:19 +0100)
"1" should be replaced by "l". This is a typo.
The patch is to fix it.

Signed-off-by: Minghuan Lian <[email protected]>
Signed-off-by: Hou Zhiqiang <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index 31fd77f82ced81364e9634165d692193972b00a6..7ff98f40624b95b4919fddcce808da571b52c82c 100644 (file)
                };
 
                msi1: msi-controller1@1571000 {
-                       compatible = "fsl,1s1043a-msi";
+                       compatible = "fsl,ls1043a-msi";
                        reg = <0x0 0x1571000 0x0 0x8>;
                        msi-controller;
                        interrupts = <0 116 0x4>;
                };
 
                msi2: msi-controller2@1572000 {
-                       compatible = "fsl,1s1043a-msi";
+                       compatible = "fsl,ls1043a-msi";
                        reg = <0x0 0x1572000 0x0 0x8>;
                        msi-controller;
                        interrupts = <0 126 0x4>;
                };
 
                msi3: msi-controller3@1573000 {
-                       compatible = "fsl,1s1043a-msi";
+                       compatible = "fsl,ls1043a-msi";
                        reg = <0x0 0x1573000 0x0 0x8>;
                        msi-controller;
                        interrupts = <0 160 0x4>;