Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02dd95fe authored by Noralf Trønnes's avatar Noralf Trønnes
Browse files

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: default avatarNoralf Trønnes <noralf@tronnes.org>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
parent 9f69eb5c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -28,3 +28,15 @@ Additional helpers

.. kernel-doc:: drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
   :export:

MIPI DBI Compatible Controllers
===============================

.. kernel-doc:: drivers/gpu/drm/tinydrm/mipi-dbi.c
   :doc: overview

.. kernel-doc:: include/drm/tinydrm/mipi-dbi.h
   :internal:

.. kernel-doc:: drivers/gpu/drm/tinydrm/mipi-dbi.c
   :export:
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
obj-$(CONFIG_DRM_TINYDRM)		+= core/

# Controllers
obj-$(CONFIG_TINYDRM_MIPI_DBI)		+= mipi-dbi.o