kernel: update kernel 4.4 to 4.4.52
[openwrt/openwrt.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 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
17 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
18 @@ -141,10 +141,10 @@
19 compatible = "arm,gic-400";
20 #interrupt-cells = <3>;
21 interrupt-controller;
22 - reg = <0x0 0x1401000 0 0x1000>, /* GICD */
23 - <0x0 0x1402000 0 0x2000>, /* GICC */
24 - <0x0 0x1404000 0 0x2000>, /* GICH */
25 - <0x0 0x1406000 0 0x2000>; /* GICV */
26 + reg = <0x0 0x1410000 0 0x10000>, /* GICD */
27 + <0x0 0x1420000 0 0x20000>, /* GICC */
28 + <0x0 0x1440000 0 0x20000>, /* GICH */
29 + <0x0 0x1460000 0 0x20000>; /* GICV */
30 interrupts = <1 9 0xf08>;
31 };
32