summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2017-10-16 16:56:28 -0400
committerRob Clark <robdclark@gmail.com>2017-10-28 11:01:34 -0400
commitaede1e9ee4ec3d7a7b996d260ce7297a6b4dc4ca (patch)
tree55cd6a4f44848eeb5da83353c309e565e61eae05 /drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c
parentcf52ec24b2c64fab3146991071d410f389a0bc9c (diff)
downloadlinux-aede1e9ee4ec3d7a7b996d260ce7297a6b4dc4ca.tar.bz2
drm/msm/hdmi: convert to msm_clk_get()
We already have, as a result of upstreaming the gpu bindings, msm_clk_get() which will try to get the clock both without and with a "_clk" suffix. Use this in HDMI code so we can drop the "_clk" suffix in bindings while maintaing backwards compatibility. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c')
-rw-r--r--drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c b/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c
index c4a61e537851..4a8b8468586a 100644
--- a/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c
+++ b/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c
@@ -41,8 +41,7 @@ static const char * const hdmi_phy_8x74_reg_names[] = {
};
static const char * const hdmi_phy_8x74_clk_names[] = {
- "iface_clk",
- "alt_iface_clk"
+ "iface", "alt_iface"
};
const struct hdmi_phy_cfg msm_hdmi_phy_8x74_cfg = {