Skip to content

Commit c332953

Browse files
Christian Bruelgregkh
Christian Bruel
authored andcommitted
arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs
[ Upstream commit de2b210 ] 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 515d9da commit c332953

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,8 @@
115115
};
116116

117117
intc: interrupt-controller@4ac00000 {
118-
compatible = "arm,cortex-a7-gic";
118+
compatible = "arm,gic-400";
119119
#interrupt-cells = <3>;
120-
#address-cells = <1>;
121120
interrupt-controller;
122121
reg = <0x0 0x4ac10000 0x0 0x1000>,
123122
<0x0 0x4ac20000 0x0 0x2000>,

0 commit comments

Comments
 (0)