layerscape: add LS1043A Rev1.1 support
[openwrt/staging/wigyori.git] / target / linux / layerscape / patches-4.4 / 3234-dts-ls1043a-change-GIC-register-for-rev1.1.patch
1 From 118d9d4b959d30a582d4bd26d1a1918a43ea0ddf Mon Sep 17 00:00:00 2001
2 From: Gong Qianyu <Qianyu.Gong@nxp.com>
3 Date: Wed, 7 Sep 2016 18:33:09 +0800
4 Subject: [PATCH 13/13] dts: ls1043a: change GIC register for rev1.1
5
6 Cherry-pick sdk patch.
7
8 Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
9 Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
10 Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com>
11 Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
12 ---
13 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
17 index 92d18c5..3257c69 100644
18 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
19 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
20 @@ -141,10 +141,10 @@
21 compatible = "arm,gic-400";
22 #interrupt-cells = <3>;
23 interrupt-controller;
24 - reg = <0x0 0x1401000 0 0x1000>, /* GICD */
25 - <0x0 0x1402000 0 0x2000>, /* GICC */
26 - <0x0 0x1404000 0 0x2000>, /* GICH */
27 - <0x0 0x1406000 0 0x2000>; /* GICV */
28 + reg = <0x0 0x1410000 0 0x10000>, /* GICD */
29 + <0x0 0x1420000 0 0x20000>, /* GICC */
30 + <0x0 0x1440000 0 0x20000>, /* GICH */
31 + <0x0 0x1460000 0 0x20000>; /* GICV */
32 interrupts = <1 9 0xf08>;
33 };
34
35 --
36 2.1.0.27.g96db324
37