Skip to content

Commit

Permalink
dtoverlays: Use edt-ft5506 for 10 points, instead of edt-ft5x06
Browse files Browse the repository at this point in the history
Whilst all the datasheets describe FT5x06 as supporting "up to
10 points of absolution X and Y coordinates", the driver
implementation for the compatible string "edt,edt-ft5x06" only
allows for 5.

Switch to the "edt,edt-ft5506" compatible string which allows for
10 points with no other differences.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
  • Loading branch information
6by9 authored and yafen committed Jul 22, 2022
1 parent 2dcd301 commit 022b0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/edt-ft5406.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#address-cells = <1>;
#size-cells = <0>;
ft5406: ts@38 {
compatible = "edt,edt-ft5406";
compatible = "edt,edt-ft5506";
reg = <0x38>;

touchscreen-size-x = < 800 >;
Expand Down

0 comments on commit 022b0f8

Please sign in to comment.