diff options
author | chunhui dai <chunhui.dai@mediatek.com> | 2018-10-03 06:41:47 +0300 |
---|---|---|
committer | CK Hu <ck.hu@mediatek.com> | 2018-10-03 06:56:32 +0300 |
commit | be28b6507c46050f5b7244d9d98a19c03b9cf074 (patch) | |
tree | 4fdd9687ee93c513674bdb5728b7fee0396442ea /drivers/gpu/drm/mediatek/mtk_hdmi.h | |
parent | d08b5ab972449b0ab494600fa985979e91e090ca (diff) | |
download | linux-be28b6507c46050f5b7244d9d98a19c03b9cf074.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_hdmi.h')
-rw-r--r-- | drivers/gpu/drm/mediatek/mtk_hdmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_hdmi.h b/drivers/gpu/drm/mediatek/mtk_hdmi.h index 6371b3de1ff6..3e9fb8d19802 100644 --- a/drivers/gpu/drm/mediatek/mtk_hdmi.h +++ b/drivers/gpu/drm/mediatek/mtk_hdmi.h @@ -13,11 +13,11 @@ */ #ifndef _MTK_HDMI_CTRL_H #define _MTK_HDMI_CTRL_H +#include "mtk_hdmi_phy.h" struct platform_driver; extern struct platform_driver mtk_cec_driver; extern struct platform_driver mtk_hdmi_ddc_driver; -extern struct platform_driver mtk_hdmi_phy_driver; #endif /* _MTK_HDMI_CTRL_H */ |