diff options
author | Archit Taneja <architt@codeaurora.org> | 2016-02-25 05:52:44 (GMT) |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2016-02-29 14:48:32 (GMT) |
commit | e17afdceb4f2f40d5877fb26c91cc380b00a2c51 (patch) | |
tree | 841191930e16ced469cd562929dea73bebefca8c /drivers/gpu/drm/msm/Makefile | |
parent | e9a2ce1349d4e3698676d7903aa448b2422a3629 (diff) | |
download | linux-e17afdceb4f2f40d5877fb26c91cc380b00a2c51.tar.xz |
drm/msm/hdmi: HDMI 8996 PHY/PLL support
Add support for the HDMI PHY/PLL found in MSM8996/APQ8096.
Unlike the previous PHYs supported in the driver, this doesn't need
the powerup/powerdown ops. The PLL prepare/unprepare clock ops
enable/disable the phy itself.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/Makefile')
-rw-r--r-- | drivers/gpu/drm/msm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile index 0c5c9c2..ddb4c9d 100644 --- a/drivers/gpu/drm/msm/Makefile +++ b/drivers/gpu/drm/msm/Makefile @@ -54,6 +54,7 @@ msm-y := \ msm-$(CONFIG_DRM_FBDEV_EMULATION) += msm_fbdev.o msm-$(CONFIG_COMMON_CLK) += mdp/mdp4/mdp4_lvds_pll.o msm-$(CONFIG_COMMON_CLK) += hdmi/hdmi_pll_8960.o +msm-$(CONFIG_COMMON_CLK) += hdmi/hdmi_phy_8996.o msm-$(CONFIG_DRM_MSM_DSI) += dsi/dsi.o \ mdp/mdp4/mdp4_dsi_encoder.o \ |