Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: use IRQ_TYPE_EDGE_FALLING on stm32mp157c-dk2

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>

authored by

Dario Binacchi and committed by
Alexandre Torgue
5980d9d0 1e494daa

+1 -1
+1 -1
arch/arm/boot/dts/st/stm32mp157c-dk2.dts
··· 67 67 touchscreen@38 { 68 68 compatible = "focaltech,ft6236"; 69 69 reg = <0x38>; 70 - interrupts = <2 2>; 70 + interrupts = <2 IRQ_TYPE_EDGE_FALLING>; 71 71 interrupt-parent = <&gpiof>; 72 72 touchscreen-size-x = <480>; 73 73 touchscreen-size-y = <800>;