Skip to content

Commit 06c231f

Browse files
Christian Bruelarndb
authored andcommitted
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp25 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: 5d30d03 ("arm64: dts: st: introduce stm32mp25 SoCs family") Suggested-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Christian Bruel <christian.bruel@foss.st.com> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20250415111654.2103767-3-christian.bruel@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent de2b210 commit 06c231f

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)