]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1f7dbeb6c10d3e88b039873d62571297c14de92
tree4fdd9687ee93c513674bdb5728b7fee0396442ea
parentaeba428c9947c467ccf1959cc7306f3307be385c
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