Skip to content

Commit bb5f0c2

Browse files
Christian Bruelgregkh
Christian Bruel
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 c332953 commit bb5f0c2

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
@@ -119,9 +119,9 @@
119119
#interrupt-cells = <3>;
120120
interrupt-controller;
121121
reg = <0x0 0x4ac10000 0x0 0x1000>,
122-
<0x0 0x4ac20000 0x0 0x2000>,
123-
<0x0 0x4ac40000 0x0 0x2000>,
124-
<0x0 0x4ac60000 0x0 0x2000>;
122+
<0x0 0x4ac20000 0x0 0x20000>,
123+
<0x0 0x4ac40000 0x0 0x20000>,
124+
<0x0 0x4ac60000 0x0 0x20000>;
125125
};
126126

127127
psci {

0 commit comments

Comments
 (0)