arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs
authorChristian Bruel <christian.bruel@foss.st.com>
Mon, 28 Apr 2025 12:06:58 +0000 (14:06 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 29 Apr 2025 16:16:28 +0000 (18:16 +0200)
Use gic-400 compatible and remove address-cells = <1> on aarch64

Fixes: 5d30d03aaf785 ("arm64: dts: st: introduce stm32mp25 SoCs family")
Signed-off-by: Christian Bruel <christian.bruel@foss.st.com>
Link: https://lore.kernel.org/r/20250415111654.2103767-2-christian.bruel@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/st/stm32mp251.dtsi

index f3c6cdfd7008c5b736ba75f5210d0eddb5b43489..379e290313dc0e4fd545cf363f32450fad19aa93 100644 (file)
        };
 
        intc: interrupt-controller@4ac00000 {
-               compatible = "arm,cortex-a7-gic";
+               compatible = "arm,gic-400";
                #interrupt-cells = <3>;
-               #address-cells = <1>;
                interrupt-controller;
                reg = <0x0 0x4ac10000 0x0 0x1000>,
                      <0x0 0x4ac20000 0x0 0x2000>,