Skip to content

Commit 2ef5c66

Browse files
Christian Bruelarndb
authored andcommitted
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp23 SoCs
Adjust the size of 8kB GIC regions to 128kB so that each 4kB is mapped 16 times over a 64kB region. The offset is then adjusted in the irq-gic driver. see commit 12e1406 ("irqchip/GIC: Add workaround for aliased GIC400") Fixes: e9b03ef ("arm64: dts: st: introduce stm32mp23 SoCs family") Suggested-by: Marc Zyngier <[email protected]> Signed-off-by: Christian Bruel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 3a1e108 commit 2ef5c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/st/stm32mp231.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,9 @@
12031203
intc: interrupt-controller@4ac10000 {
12041204
compatible = "arm,gic-400";
12051205
reg = <0x4ac10000 0x1000>,
1206-
<0x4ac20000 0x2000>,
1207-
<0x4ac40000 0x2000>,
1208-
<0x4ac60000 0x2000>;
1206+
<0x4ac20000 0x20000>,
1207+
<0x4ac40000 0x20000>,
1208+
<0x4ac60000 0x20000>;
12091209
#interrupt-cells = <3>;
12101210
interrupt-controller;
12111211
};

0 commit comments

Comments
 (0)