Skip to content

Commit 3a1e108

Browse files
Christian Bruelarndb
authored andcommitted
arm64: dts: st: Adjust interrupt-controller for stm32mp23 SoCs
Use gic-400 compatible and remove address-cells = <1> for aarch64 Fixes: e9b03ef ("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>
1 parent 1bc229e commit 3a1e108

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,13 +1201,12 @@
12011201
};
12021202

12031203
intc: interrupt-controller@4ac10000 {
1204-
compatible = "arm,cortex-a7-gic";
1204+
compatible = "arm,gic-400";
12051205
reg = <0x4ac10000 0x1000>,
12061206
<0x4ac20000 0x2000>,
12071207
<0x4ac40000 0x2000>,
12081208
<0x4ac60000 0x2000>;
12091209
#interrupt-cells = <3>;
1210-
#address-cells = <1>;
12111210
interrupt-controller;
12121211
};
12131212
};

0 commit comments

Comments
 (0)