summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/Makefile
diff options
context:
space:
mode:
authorJitao Shi <jitao.shi@mediatek.com>2019-08-07 11:46:45 +0300
committerCK Hu <ck.hu@mediatek.com>2019-10-07 07:29:37 +0300
commitefda51a58b4ae8a0584dc785e0ef24a71677503c (patch)
treee266d6de3cf7ef92c12a1f5feb913c5ff12c2945 /drivers/gpu/drm/mediatek/Makefile
parent78e01a8d0f4662a9de4ef21bff254bf4f833d05a (diff)
downloadlinux-efda51a58b4ae8a0584dc785e0ef24a71677503c.tar.xz
drm/mediatek: add mipi_tx driver for mt8183
This patch add mt8183 mipi_tx driver. And also support other chips that use the same binding and driver. Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> Signed-off-by: CK Hu <ck.hu@mediatek.com>
Diffstat (limited to 'drivers/gpu/drm/mediatek/Makefile')
-rw-r--r--drivers/gpu/drm/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile
index 2c8de1f5a5ee..8067a4be8311 100644
--- a/drivers/gpu/drm/mediatek/Makefile
+++ b/drivers/gpu/drm/mediatek/Makefile
@@ -13,6 +13,7 @@ mediatek-drm-y := mtk_disp_color.o \
mtk_dsi.o \
mtk_mipi_tx.o \
mtk_mt8173_mipi_tx.o \
+ mtk_mt8183_mipi_tx.o \
mtk_dpi.o
obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o