kernel: update kernel 4.4 to 4.4.52
[openwrt/staging/yousong.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 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
18 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
19 @@ -991,7 +991,7 @@
20 };
21
22 msi1: msi-controller1@1571000 {
23 - compatible = "fsl,1s1043a-msi";
24 + compatible = "fsl,ls1043a-msi";
25 reg = <0x0 0x1571000 0x0 0x4>,
26 <0x0 0x1571004 0x0 0x4>;
27 reg-names = "msiir", "msir";
28 @@ -1000,7 +1000,7 @@
29 };
30
31 msi2: msi-controller2@1572000 {
32 - compatible = "fsl,1s1043a-msi";
33 + compatible = "fsl,ls1043a-msi";
34 reg = <0x0 0x1572000 0x0 0x4>,
35 <0x0 0x1572004 0x0 0x4>;
36 reg-names = "msiir", "msir";
37 @@ -1009,7 +1009,7 @@
38 };
39
40 msi3: msi-controller3@1573000 {
41 - compatible = "fsl,1s1043a-msi";
42 + compatible = "fsl,ls1043a-msi";
43 reg = <0x0 0x1573000 0x0 0x4>,
44 <0x0 0x1573004 0x0 0x4>;
45 reg-names = "msiir", "msir";