]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: dts: stm32: List exti parent interrupts on stm32mp131
authorAntonio Borneo <antonio.borneo@foss.st.com>
Mon, 15 Apr 2024 13:49:24 +0000 (15:49 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 22 Apr 2024 22:28:15 +0000 (00:28 +0200)
commit283f86483f45724aaf80ea84712f02e2402b2b90
tree251d6c55797dd2f9938a8b673b43b7aa595f61fe
parent3fca3830b657045dee3a8c702b1c4f9c5d5f62cf
ARM: dts: stm32: List exti parent interrupts on stm32mp131

Stop using the table inside the EXTI driver and list in DT the mapping
between EXTI events and its parent interrupts.

By switching away from using the internal table, there is no need anymore
to use the specific compatible "st,stm32mp13-exti", which was introduced to
select the proper internal table.

Convert the driver's table for stm32mp131 to the DT property
interrupts-extended.

Switch the compatible string to the generic "st,stm32mp1-exti", in place of
the specific "st,stm32mp13-exti".

Older DT using compatible "st,stm32mp13-exti" will still work as the driver
remains backward compatible.

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-10-antonio.borneo@foss.st.com
arch/arm/boot/dts/st/stm32mp131.dtsi