569adda7a1dc643e23318c460f8ed0c7a8ef5dac
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 3230-arm64-dts-ls1043a-fix-typo-of-MSI-compatible-string.patch
1 From 56ff33e848d1a9b77f81e0d3b5ee0b79edcd4938 Mon Sep 17 00:00:00 2001
2 From: Minghuan Lian <Minghuan.Lian@nxp.com>
3 Date: Thu, 16 Feb 2017 17:52:08 +0800
4 Subject: [PATCH 06/13] arm64: dts: ls1043a: fix typo of MSI compatible string
5
6 Cherry-pick patchwork patch with context adjustment.
7
8 "1" should be replaced by "l". This is a typo.
9 The patch is to fix it.
10
11 Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
12 Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
13 ---
14 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
18 index ae13e68..e51a6cb 100644
19 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
20 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
21 @@ -991,7 +991,7 @@
22 };
23
24 msi1: msi-controller1@1571000 {
25 - compatible = "fsl,1s1043a-msi";
26 + compatible = "fsl,ls1043a-msi";
27 reg = <0x0 0x1571000 0x0 0x4>,
28 <0x0 0x1571004 0x0 0x4>;
29 reg-names = "msiir", "msir";
30 @@ -1000,7 +1000,7 @@
31 };
32
33 msi2: msi-controller2@1572000 {
34 - compatible = "fsl,1s1043a-msi";
35 + compatible = "fsl,ls1043a-msi";
36 reg = <0x0 0x1572000 0x0 0x4>,
37 <0x0 0x1572004 0x0 0x4>;
38 reg-names = "msiir", "msir";
39 @@ -1009,7 +1009,7 @@
40 };
41
42 msi3: msi-controller3@1573000 {
43 - compatible = "fsl,1s1043a-msi";
44 + compatible = "fsl,ls1043a-msi";
45 reg = <0x0 0x1573000 0x0 0x4>,
46 <0x0 0x1573004 0x0 0x4>;
47 reg-names = "msiir", "msir";
48 --
49 2.1.0.27.g96db324
50