]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: st: Adjust interrupt-controller for stm32mp23 SoCs
authorChristian Bruel <christian.bruel@foss.st.com>
Mon, 28 Apr 2025 12:07:02 +0000 (14:07 +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> for aarch64

Fixes: e9b03ef21386e ("arm64: dts: st: introduce stm32mp23 SoCs family")
Signed-off-by: Christian Bruel <christian.bruel@foss.st.com>
Link: https://lore.kernel.org/r/20250415111654.2103767-6-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/stm32mp231.dtsi

index 8820d219a33e6e4849d31dbdc2e9102a2a7adc85..3f73cf1d443d4371d656835f714d9d73095a42de 100644 (file)
                };
 
                intc: interrupt-controller@4ac10000 {
-                       compatible = "arm,cortex-a7-gic";
+                       compatible = "arm,gic-400";
                        reg = <0x4ac10000 0x1000>,
                              <0x4ac20000 0x2000>,
                              <0x4ac40000 0x2000>,
                              <0x4ac60000 0x2000>;
                        #interrupt-cells = <3>;
-                       #address-cells = <1>;
                        interrupt-controller;
                };
        };