drm/mediatek: separate hdmi phy to different file
authorchunhui dai <chunhui.dai@mediatek.com>
Wed, 3 Oct 2018 03:41:47 +0000 (11:41 +0800)
committerCK Hu <ck.hu@mediatek.com>
Wed, 3 Oct 2018 03:56:32 +0000 (11:56 +0800)
commitbe28b6507c46050f5b7244d9d98a19c03b9cf074
tree4fdd9687ee93c513674bdb5728b7fee0396442ea
parentd08b5ab972449b0ab494600fa985979e91e090ca
drm/mediatek: separate hdmi phy to different file

Different IC has different phy setting of HDMI.
This patch separates the phy hardware relate part for mt8173.

Signed-off-by: chunhui dai <chunhui.dai@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/Makefile
drivers/gpu/drm/mediatek/mtk_hdmi.c
drivers/gpu/drm/mediatek/mtk_hdmi.h
drivers/gpu/drm/mediatek/mtk_hdmi_phy.c [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_hdmi_phy.h [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c