diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-01-31 14:15:53 +0300 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2020-02-10 12:49:49 +0300 |
commit | ff1ca6397b1df576d1fd5008701d80ee899576f8 (patch) | |
tree | f9eea546b12caac55c6262347535e7f9e0407dcf /drivers/gpu/drm/bridge/Makefile | |
parent | 45c415f6983eb2ad6607cb0de6bc84357ac78905 (diff) | |
download | linux-ff1ca6397b1df576d1fd5008701d80ee899576f8.tar.xz |
drm/bridge: Add tc358768 driver
Add basic support for the Toshiba TC358768 RGB to DSI bridge.
Not all the features of the TC358768 is implemented by the initial driver:
MIPI_DSI_MODE_VIDEO and MIPI_DSI_FMT_RGB888 is only supported and tested.
Only write is implemented for mipi_dsi_host_ops.transfer.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200131111553.472-3-peter.ujfalusi@ti.com
Diffstat (limited to 'drivers/gpu/drm/bridge/Makefile')
-rw-r--r-- | drivers/gpu/drm/bridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/Makefile b/drivers/gpu/drm/bridge/Makefile index 1eb5376c5d68..b0d5c3af0b5a 100644 --- a/drivers/gpu/drm/bridge/Makefile +++ b/drivers/gpu/drm/bridge/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_DRM_SII9234) += sii9234.o obj-$(CONFIG_DRM_THINE_THC63LVD1024) += thc63lvd1024.o obj-$(CONFIG_DRM_TOSHIBA_TC358764) += tc358764.o obj-$(CONFIG_DRM_TOSHIBA_TC358767) += tc358767.o +obj-$(CONFIG_DRM_TOSHIBA_TC358768) += tc358768.o obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511/ obj-$(CONFIG_DRM_TI_SN65DSI86) += ti-sn65dsi86.o obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o |