]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: use IRQ_TYPE_EDGE_FALLING on stm32mp157c-dk2
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 10 Mar 2025 12:23:56 +0000 (13:23 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 10 Mar 2025 13:02:56 +0000 (14:02 +0100)
Replace the number 2 with the appropriate numerical constant defined in
dt-bindings/interrupt-controller/irq.h.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Antonio Borneo <antonio.borneo@foss.st.com>
Link: https://lore.kernel.org/r/20250310122402.8795-1-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp157c-dk2.dts

index 5f9c0160a9c4928c98a791fd8852b10a83464078..324f7bb988d11daaae2b61594d4881f60c6698b7 100644 (file)
@@ -67,7 +67,7 @@
        touchscreen@38 {
                compatible = "focaltech,ft6236";
                reg = <0x38>;
-               interrupts = <2 2>;
+               interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
                interrupt-parent = <&gpiof>;
                touchscreen-size-x = <480>;
                touchscreen-size-y = <800>;