summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/Makefile
diff options
context:
space:
mode:
authorJoseph Guo <qijian.guo@nxp.com>2025-08-06 10:33:34 +0900
committerNeil Armstrong <neil.armstrong@linaro.org>2025-08-06 08:49:33 +0200
commitdbdea37add132a0f5d96006ea01fa73280984b88 (patch)
treece50850bfb4e14f1926ccc9a6a319ef448e55172 /drivers/gpu/drm/bridge/Makefile
parent80b0eb11f8e0a504078c3b405b54cddaf535ff97 (diff)
drm: bridge: Add waveshare DSI2DPI unit driver
Waveshare touchscreen consists of a DPI panel and a driver board. The waveshare driver board consists of ICN6211 and a MCU to convert DSI to DPI and control the backlight. This driver treats the MCU and ICN6211 board as a whole unit. It can support all resolution waveshare DSI2DPI based panel, the timing table should come from 'panel-dpi' panel in the device tree. Signed-off-by: Joseph Guo <qijian.guo@nxp.com> Suggested-by: Liu Ying <victor.liu@nxp.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250806-waveshare-v3-3-fd28e01f064f@nxp.com
Diffstat (limited to 'drivers/gpu/drm/bridge/Makefile')
-rw-r--r--drivers/gpu/drm/bridge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/Makefile b/drivers/gpu/drm/bridge/Makefile
index 19f5a09d9291..c7dc03182e59 100644
--- a/drivers/gpu/drm/bridge/Makefile
+++ b/drivers/gpu/drm/bridge/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_DRM_TI_SN65DSI86) += ti-sn65dsi86.o
obj-$(CONFIG_DRM_TI_TDP158) += ti-tdp158.o
obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o
obj-$(CONFIG_DRM_TI_TPD12S015) += ti-tpd12s015.o
+obj-$(CONFIG_DRM_WAVESHARE_BRIDGE) += waveshare-dsi.o
obj-$(CONFIG_DRM_NWL_MIPI_DSI) += nwl-dsi.o
obj-$(CONFIG_DRM_ITE_IT66121) += ite-it66121.o