drivers: kscan: generalize and improve FT5336 driver

The FT5336 driver has been improved and generalized so that multiple
Focaltech touch controllers can be supported using the same single
driver. According to specifications the following list of controller
variants should be supported: FT5x06, FT5606, FT5x16, FT6x06, Ft6x36,
FT5x06i, FT5336, FT3316, FT5436i, FT5336i and FT5x46.

Tested using ER-TFTM028-4 display module (FT6X06).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2020-07-23 09:55:25 +02:00 committed by Carles Cufí
commit ca9dce0d7d
3 changed files with 154 additions and 104 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2020 NXP
# SPDX-License-Identifier: Apache-2.0
description: FT5336 capacitive touch panel
description: FT5XX6/FT6XX6 capacitive touch panels
compatible: "focaltech,ft5336"