kernel: update kernel 4.4 to 4.4.52
[openwrt/staging/yousong.git] / target / linux / layerscape / patches-4.4 / 3229-arm-dts-ls1021a-fix-typo-of-MSI-compatible-string.patch
1 From 2c39dc6c100854ed9d617bab9a25557adb6f531a Mon Sep 17 00:00:00 2001
2 From: Minghuan Lian <Minghuan.Lian@nxp.com>
3 Date: Tue, 17 Jan 2017 17:32:36 +0800
4 Subject: [PATCH 05/13] arm: dts: ls1021a: fix typo of MSI compatible string
5
6 Cherry-pick patchwork patch.
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/arm/boot/dts/ls1021a.dtsi | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 --- a/arch/arm/boot/dts/ls1021a.dtsi
18 +++ b/arch/arm/boot/dts/ls1021a.dtsi
19 @@ -120,14 +120,14 @@
20 };
21
22 msi1: msi-controller@1570e00 {
23 - compatible = "fsl,1s1021a-msi";
24 + compatible = "fsl,ls1021a-msi";
25 reg = <0x0 0x1570e00 0x0 0x8>;
26 msi-controller;
27 interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
28 };
29
30 msi2: msi-controller@1570e08 {
31 - compatible = "fsl,1s1021a-msi";
32 + compatible = "fsl,ls1021a-msi";
33 reg = <0x0 0x1570e08 0x0 0x8>;
34 msi-controller;
35 interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;