summaryrefslogtreecommitdiff
path: root/drivers/phy/mediatek/Makefile
diff options
context:
space:
mode:
authorCK Hu <ck.hu@mediatek.com>2019-05-13 05:22:25 +0300
committerChun-Kuang Hu <chunkuang.hu@kernel.org>2020-09-06 02:03:21 +0300
commitb28be59a2e2668b35507553e0de135c29ebd71ef (patch)
treeae1e3cc55da1e01c791e414d171a3a73cc015a61 /drivers/phy/mediatek/Makefile
parenta481bf2f0ca43c6476229d5bc4c3f6b9404de863 (diff)
downloadlinux-b28be59a2e2668b35507553e0de135c29ebd71ef.tar.xz
phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder
mtk_hdmi_phy is currently placed inside mediatek drm driver, but it's more suitable to place a phy driver into phy driver folder, so move mtk_hdmi_phy driver into phy driver folder. Signed-off-by: CK Hu <ck.hu@mediatek.com> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Tested-by: Frank Wunderlich <frank-w@public-files.de>
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