summaryrefslogtreecommitdiff
path: root/drivers/phy/mediatek/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-09-29 10:23:49 +1000
committerDave Airlie <airlied@redhat.com>2020-09-29 10:26:44 +1000
commit06c14f5c2d311100a447caf60ecbcf558e4e60fe (patch)
treecb36e28d7e8f56b8be9421605aebf40da1466dcd /drivers/phy/mediatek/Makefile
parent200a2186b62714c099693dcb6444af373eaabf62 (diff)
parent09e872d558ba6a7f4468c4e8cdf0cd5a99bfc175 (diff)
Merge tag 'mediatek-drm-next-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Mediatek DRM Next for Linux 5.10 1. Move Mediatek HDMI PHY driver from DRM folder to PHY folder 2. Convert mtk-dpi to drm_bridge API 3. Disable tmds on mt2701 Signed-off-by: Dave Airlie <airlied@redhat.com> From: Chun-Kuang Hu <chunkuang.hu@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200914231227.30500-1-chunkuang.hu@kernel.org
Diffstat (limited to 'drivers/phy/mediatek/Makefile')
-rw-r--r--drivers/phy/mediatek/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/phy/mediatek/Makefile b/drivers/phy/mediatek/Makefile
index 08a8e6a97b1e..6325e38709ed 100644
--- a/drivers/phy/mediatek/Makefile
+++ b/drivers/phy/mediatek/Makefile
@@ -6,3 +6,8 @@
obj-$(CONFIG_PHY_MTK_TPHY) += phy-mtk-tphy.o
obj-$(CONFIG_PHY_MTK_UFS) += phy-mtk-ufs.o
obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o
+
+phy-mtk-hdmi-drv-y := phy-mtk-hdmi.o
+phy-mtk-hdmi-drv-y += phy-mtk-hdmi-mt2701.o
+phy-mtk-hdmi-drv-y += phy-mtk-hdmi-mt8173.o
+obj-$(CONFIG_PHY_MTK_HDMI) += phy-mtk-hdmi-drv.o