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:
@@ -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
|
||||
|
@@ -1 +1,4 @@
|
||||
obj-$(CONFIG_DRM_TINYDRM) += core/
|
||||
|
||||
# Controllers
|
||||
obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
|
||||
|
1005
drivers/gpu/drm/tinydrm/mipi-dbi.c
Normal file
1005
drivers/gpu/drm/tinydrm/mipi-dbi.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user