Skip to content

Commit dbf0d5c

Browse files
6by9popcornmix
authored andcommitted
dtoverlays: Fix pitft[28|35] overlays for 6.1 driver change. (#5508)
The overlays configured both irq-gpio and an interrupts/ interrupt-parent configuration for the stmpe MFD device. irq-gpio was reworked in 6.1 and has issues with the configuration as provided. Removing it and using the interrupts/interrupt-parent configuration works fine, so do that. See: https://forums.raspberrypi.com/viewtopic.php?t=351394 Signed-off-by: Dave Stevenson <[email protected]>
1 parent 2c2fbe2 commit dbf0d5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/arm/boot/dts/overlays/pitft28-resistive-overlay.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
reg = <1>;
6969

7070
spi-max-frequency = <500000>;
71-
irq-gpio = <&gpio 24 0x2>; /* IRQF_TRIGGER_FALLING */
7271
interrupts = <24 2>; /* high-to-low edge triggered */
7372
interrupt-parent = <&gpio>;
7473
interrupt-controller;

arch/arm/boot/dts/overlays/pitft35-resistive-overlay.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
reg = <1>;
6969

7070
spi-max-frequency = <500000>;
71-
irq-gpio = <&gpio 24 0x2>; /* IRQF_TRIGGER_FALLING */
7271
interrupts = <24 2>; /* high-to-low edge triggered */
7372
interrupt-parent = <&gpio>;
7473
interrupt-controller;

0 commit comments

Comments
 (0)