projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd6bf0
)
arm64: dts: stratix10: fix up the gic register for the Stratix10 platform
author
Dinh Nguyen
<dinguyen@kernel.org>
Fri, 23 Jun 2017 14:21:41 +0000
(09:21 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Thu, 21 Sep 2017 14:13:13 +0000
(09:13 -0500)
The register entries for the ARM GIC-400 should have a 2nd set of address.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index c2b9bcb0ef61ac42189d8fcadc423c30878f3842..631e09aa1b48c066343262e5e953d2667980dde0 100644
(file)
--- a/
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@
-75,10
+75,10
@@
compatible = "arm,gic-400", "arm,cortex-a15-gic";
#interrupt-cells = <3>;
interrupt-controller;
- reg = <0x0 0xfffc1000 0x1000>,
- <0x0 0xfffc2000 0x2000>,
- <0x0 0xfffc4000 0x2000>,
- <0x0 0xfffc6000 0x2000>;
+ reg = <0x0 0xfffc1000 0x
0 0x
1000>,
+ <0x0 0xfffc2000 0x
0 0x
2000>,
+ <0x0 0xfffc4000 0x
0 0x
2000>,
+ <0x0 0xfffc6000 0x
0 0x
2000>;
};
soc {