f229f4af31
Bump kernel from 4.4.50 to 4.4.52 Refresh patches Compile tested all 4.4. targets Run tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 118d9d4b959d30a582d4bd26d1a1918a43ea0ddf Mon Sep 17 00:00:00 2001
|
|
From: Gong Qianyu <Qianyu.Gong@nxp.com>
|
|
Date: Wed, 7 Sep 2016 18:33:09 +0800
|
|
Subject: [PATCH 13/13] dts: ls1043a: change GIC register for rev1.1
|
|
|
|
Cherry-pick sdk patch.
|
|
|
|
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
|
|
Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
|
|
Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com>
|
|
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
|
---
|
|
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
|
|
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
|
|
@@ -141,10 +141,10 @@
|
|
compatible = "arm,gic-400";
|
|
#interrupt-cells = <3>;
|
|
interrupt-controller;
|
|
- reg = <0x0 0x1401000 0 0x1000>, /* GICD */
|
|
- <0x0 0x1402000 0 0x2000>, /* GICC */
|
|
- <0x0 0x1404000 0 0x2000>, /* GICH */
|
|
- <0x0 0x1406000 0 0x2000>; /* GICV */
|
|
+ reg = <0x0 0x1410000 0 0x10000>, /* GICD */
|
|
+ <0x0 0x1420000 0 0x20000>, /* GICC */
|
|
+ <0x0 0x1440000 0 0x20000>, /* GICH */
|
|
+ <0x0 0x1460000 0 0x20000>; /* GICV */
|
|
interrupts = <1 9 0xf08>;
|
|
};
|
|
|