diff options
author | Archit Taneja <architt@codeaurora.org> | 2017-06-14 13:36:10 +0530 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2017-10-28 11:01:18 -0400 |
commit | aacd9e6bdb7f7e66e779ca0316257cce667d3431 (patch) | |
tree | 0d08fd13b0a3300b7c312fbea64c3b9e2bce49b0 /drivers/gpu/drm/msm/hdmi | |
parent | ad5149c4f65f7cb984ab85b366c6e7b573eaf48f (diff) | |
download | talos-obmc-linux-aacd9e6bdb7f7e66e779ca0316257cce667d3431.tar.gz talos-obmc-linux-aacd9e6bdb7f7e66e779ca0316257cce667d3431.zip |
drm/msm/hdmi: Remove mmagic_iface_clk from the 8x96 PHY clocks
This was used as a placeholder. It was never really input to the MDSS/HDMI
clocks.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/hdmi')
-rw-r--r-- | drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c b/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c index 1fb7645cc721..4d580a86c2e2 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c @@ -758,7 +758,6 @@ static const char * const hdmi_phy_8996_reg_names[] = { }; static const char * const hdmi_phy_8996_clk_names[] = { - "mmagic_iface_clk", "iface_clk", "ref_clk", }; |