drm/tinydrm: Add MIPI DBI support

Add support for MIPI DBI compatible controllers.
Interface type C option 1 and 3 are supported (SPI).

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Noralf Trønnes
2017-01-22 00:30:47 +01:00
parent 9f69eb5c36
commit 02dd95fe31
5 changed files with 1130 additions and 0 deletions

View File

@@ -8,3 +8,6 @@ menuconfig DRM_TINYDRM
help
Choose this option if you have a tinydrm supported display.
If M is selected the module will be called tinydrm.
config TINYDRM_MIPI_DBI
tristate

View File

@@ -1 +1,4 @@
obj-$(CONFIG_DRM_TINYDRM) += core/
# Controllers
obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o

File diff suppressed because it is too large Load Diff