Skip to content

Commit 02dc83f

Browse files
Christian Bruelarndb
authored andcommitted
arm64: dts: st: Adjust interrupt-controller for stm32mp21 SoCs
Use gic-400 compatible for aarch64 Fixes: 7a57b1b ("arm64: dts: st: introduce stm32mp21 SoCs family") Signed-off-by: Christian Bruel <christian.bruel@foss.st.com> Link: https://lore.kernel.org/r/20250415111654.2103767-4-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 06c231f commit 02dc83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
};
117117

118118
intc: interrupt-controller@4ac10000 {
119-
compatible = "arm,cortex-a7-gic";
119+
compatible = "arm,gic-400";
120120
reg = <0x4ac10000 0x0 0x1000>,
121121
<0x4ac20000 0x0 0x2000>,
122122
<0x4ac40000 0x0 0x2000>,

0 commit comments

Comments
 (0)