Skip to content

Commit 7da4ba3

Browse files
AntonioBorneoKAGA-KOKO
authored andcommitted
arm64: dts: st: Add interrupt parent to pinctrl on stm32mp251
Add exti1 as interrupt parent for the two pin controllers. Add the additional required property st,syscfg. Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240415134926.1254428-12-antonio.borneo@foss.st.com
1 parent fbc3fac commit 7da4ba3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@
271271
#size-cells = <1>;
272272
compatible = "st,stm32mp257-pinctrl";
273273
ranges = <0 0x44240000 0xa0400>;
274+
interrupt-parent = <&exti1>;
275+
st,syscfg = <&exti1 0x60 0xff>;
274276
pins-are-numbered;
275277

276278
gpioa: gpio@44240000 {
@@ -400,6 +402,8 @@
400402
#size-cells = <1>;
401403
compatible = "st,stm32mp257-z-pinctrl";
402404
ranges = <0 0x46200000 0x400>;
405+
interrupt-parent = <&exti1>;
406+
st,syscfg = <&exti1 0x60 0xff>;
403407
pins-are-numbered;
404408

405409
gpioz: gpio@46200000 {

0 commit comments

Comments
 (0)