Skip to content

Commit

Permalink
arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs
Browse files Browse the repository at this point in the history
Use gic-400 compatible and remove address-cells = <1> on aarch64

Fixes: 5d30d03 ("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>
  • Loading branch information
Christian Bruel authored and Arnd Bergmann committed Apr 29, 2025
1 parent 128795b commit de2b210
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/st/stm32mp251.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@
};

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>,
Expand Down

0 comments on commit de2b210

Please sign in to comment.