Skip to content

Commit e993398

Browse files
Christian Bruelgregkh
authored andcommitted
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp25 SoCs
[ Upstream commit 06c231f ] 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: 5d30d03 ("arm64: dts: st: introduce stm32mp25 SoCs family") Suggested-by: Marc Zyngier <[email protected]> Signed-off-by: Christian Bruel <[email protected]> Acked-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent aa4ea53 commit e993398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@
118118
#interrupt-cells = <3>;
119119
interrupt-controller;
120120
reg = <0x0 0x4ac10000 0x0 0x1000>,
121-
<0x0 0x4ac20000 0x0 0x2000>,
122-
<0x0 0x4ac40000 0x0 0x2000>,
123-
<0x0 0x4ac60000 0x0 0x2000>;
121+
<0x0 0x4ac20000 0x0 0x20000>,
122+
<0x0 0x4ac40000 0x0 0x20000>,
123+
<0x0 0x4ac60000 0x0 0x20000>;
124124
};
125125

126126
psci {

0 commit comments

Comments
 (0)