commit | 3fa0e8f6f9609ba195b8b3e4cf3e61420451fc7b | [log] [tgz] |
---|---|---|
author | David Lechner <david@lechnology.com> | Fri May 25 14:36:23 2018 -0500 |
committer | David Lechner <david@lechnology.com> | Wed Jun 27 13:03:45 2018 -0500 |
tree | 0f4be14d5dff46eb40b703fc750db4527ebcbf02 | |
parent | 7b59d2d8d7980522bb4b532dcecb39bac3639726 [diff] |
drm/tinydrm: new driver for ILI9341 display panels This adds a new driver for display panels that use the Ilitek ILI9341 controller. It currently supports a single display panel, namely the YX240QV29-T (e.g. Adafruit 2.4" TFT). The init sequence is from the Adafruit Python library for the ILI9341 controller. https://github.com/adafruit/Adafruit_Python_ILI9341 Signed-off-by: David Lechner <david@lechnology.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20180525193623.15533-5-david@lechnology.com