Skip to content

Commit

Permalink
dtoverlays: Fix pitft[28|35] overlays for 6.1 driver change. (#5508)
Browse files Browse the repository at this point in the history
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 <dave.stevenson@raspberrypi.com>
  • Loading branch information
6by9 authored and popcornmix committed Jun 30, 2023
1 parent 76b3bf4 commit 857b2a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/overlays/pitft28-resistive-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
reg = <1>;

spi-max-frequency = <500000>;
irq-gpio = <&gpio 24 0x2>; /* IRQF_TRIGGER_FALLING */
interrupts = <24 2>; /* high-to-low edge triggered */
interrupt-parent = <&gpio>;
interrupt-controller;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/overlays/pitft35-resistive-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
reg = <1>;

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

0 comments on commit 857b2a8

Please sign in to comment.