]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: stm32: Enable EXTI on stm32mp13
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 2 Feb 2022 14:00:05 +0000 (15:00 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 25 Feb 2022 09:53:15 +0000 (10:53 +0100)
As EXTI/GIC mapping has changed between STM32MP15 and STM32MP13, a new
compatible is needed to choose mp13 mapping table in stm32-exti driver.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp131.dtsi

index 01f53ffe783702e49537f47faeaab637729c56b4..262de4eeb4ed21d189deef3e7ae2b4ea26fda3db 100644 (file)
                        dma-channels = <16>;
                };
 
+               exti: interrupt-controller@5000d000 {
+                       compatible = "st,stm32mp13-exti", "syscon";
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+                       reg = <0x5000d000 0x400>;
+               };
+
                syscfg: syscon@50020000 {
                        compatible = "st,stm32mp157-syscfg", "syscon";
                        reg = <0x50020000 0x400>;