projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a82d91
)
ARM: dts: sun8i: v3s: fix GIC node memory range
author
Icenowy Zheng
<icenowy@aosc.io>
Fri, 20 Nov 2020 05:08:51 +0000
(13:08 +0800)
committer
Maxime Ripard
<maxime@cerno.tech>
Fri, 20 Nov 2020 16:56:07 +0000
(17:56 +0100)
Currently the GIC node in V3s DTSI follows some old DT examples, and
being broken. This leads a warning at boot.
Fix this.
Fixes:
f989086ccbc6
("ARM: dts: sunxi: add dtsi file for V3s SoC")
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link:
https://lore.kernel.org/r/20201120050851.4123759-1-icenowy@aosc.io
arch/arm/boot/dts/sun8i-v3s.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/sun8i-v3s.dtsi
b/arch/arm/boot/dts/sun8i-v3s.dtsi
index 0c734167692156f5c260c8f5834e042eac8a3ed0..89abd4cc7e23a381953d70de63e4b40539cae4ea 100644
(file)
--- a/
arch/arm/boot/dts/sun8i-v3s.dtsi
+++ b/
arch/arm/boot/dts/sun8i-v3s.dtsi
@@
-539,7
+539,7
@@
gic: interrupt-controller@1c81000 {
compatible = "arm,gic-400";
reg = <0x01c81000 0x1000>,
- <0x01c82000 0x
1
000>,
+ <0x01c82000 0x
2
000>,
<0x01c84000 0x2000>,
<0x01c86000 0x2000>;
interrupt-controller;