notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.85k stars 496 forks source link

Capactive touch support for Adafruit 2.8" breakout (PID 2090)? #409

Closed pdp7 closed 8 years ago

pdp7 commented 8 years ago

@notro I'm trying to get cap touch support working on the BeagleBone for Adafruit 2.8" breakout (PID 2090) which uses FT6206 cap touch controller. It appears that the Raspberry Pi image from Adafruit uses fbtft patches to add ft6x06_ts driver.

Do you know if there has been any work to upstream ft6206 support?

Related Adafruit forum post: 2,8 " display on beagleBone black

notro commented 8 years ago

I cleaned up Adafruits version and sent it upstream as mentioned here: https://github.com/raspberrypi/linux/issues/1050

However it turned out that another driver had support for that chip already, so it's going away: https://patchwork.kernel.org/patch/9264845/

Here's the binding doc patch: https://patchwork.kernel.org/patch/9269027/

pdp7 commented 8 years ago

@notro Thanks very much for the detailed response