Skip to content

Commit e16e315

Browse files
6by9pelwell
authored andcommitted
dtoverlays: Use edt-ft5506 for 10 points, instead of edt-ft5x06
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 <[email protected]>
1 parent 16c7561 commit e16e315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/edt-ft5406.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#address-cells = <1>;
2929
#size-cells = <0>;
3030
ft5406: ts@38 {
31-
compatible = "edt,edt-ft5406";
31+
compatible = "edt,edt-ft5506";
3232
reg = <0x38>;
3333

3434
touchscreen-size-x = < 800 >;

0 commit comments

Comments
 (0)