drm/tinydrm: add driver for ILI9225 panels
This adds a new driver for display panels based on the Ilitek ILI9225 controller. This was developed for a no-name panel with a red PCB that is commonly marketed for Arduino. See <https://github.com/Nkawu/TFT_22_ILI9225>. Signed-off-by: David Lechner <david@lechnology.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/1511122328-31133-5-git-send-email-david@lechnology.com
This commit is contained in:

zatwierdzone przez
Noralf Trønnes

rodzic
13deee8111
commit
b57e8b7661
@@ -12,6 +12,16 @@ menuconfig DRM_TINYDRM
|
||||
config TINYDRM_MIPI_DBI
|
||||
tristate
|
||||
|
||||
config TINYDRM_ILI9225
|
||||
tristate "DRM support for ILI9225 display panels"
|
||||
depends on DRM_TINYDRM && SPI
|
||||
select TINYDRM_MIPI_DBI
|
||||
help
|
||||
DRM driver for the following Ilitek ILI9225 panels:
|
||||
* No-name 2.2" color screen module
|
||||
|
||||
If M is selected the module will be called ili9225.
|
||||
|
||||
config TINYDRM_MI0283QT
|
||||
tristate "DRM support for MI0283QT"
|
||||
depends on DRM_TINYDRM && SPI
|
||||
|
Reference in New Issue
Block a user