diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2017-01-18 09:27:28 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-02-07 15:06:46 +0100 |
commit | 387720c93812f1e702c20c667cb003a356e24a6c (patch) | |
tree | 36b3c401f3057808d05b166c423b46137635b7f6 /arch/arm/boot/dts/mt6589.dtsi | |
parent | 1defa60e5dc43eccc6cd50deb8f39b5ee5c52463 (diff) | |
download | linux-stable-387720c93812f1e702c20c667cb003a356e24a6c.tar.gz linux-stable-387720c93812f1e702c20c667cb003a356e24a6c.tar.bz2 linux-stable-387720c93812f1e702c20c667cb003a356e24a6c.zip |
ARM: DTS: Fix register map for virt-capable GIC
Since everybody copied my own mistake from the DT binding example,
let's address all the offenders in one swift go.
Most of them got the CPU interface size wrong (4kB, while it should
be 8kB), except for both keystone platforms which got the control
interface wrong (4kB instead of 8kB).
In a few cases where I knew for sure what implementation was used,
I've added the "arm,gic-400" compatible string. I'm 99% sure that
this is what everyone is using, but short of having the TRM for
all the other SoCs, I've left them alone.
Acked-by: Shawn Guo <shawnguo@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/mt6589.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mt6589.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mt6589.dtsi b/arch/arm/boot/dts/mt6589.dtsi index 88b3cb128698..0d6f60af7640 100644 --- a/arch/arm/boot/dts/mt6589.dtsi +++ b/arch/arm/boot/dts/mt6589.dtsi @@ -102,7 +102,7 @@ #interrupt-cells = <3>; interrupt-parent = <&gic>; reg = <0x10211000 0x1000>, - <0x10212000 0x1000>, + <0x10212000 0x2000>, <0x10214000 0x2000>, <0x10216000 0x2000>; }; |