drm/msm/hdmi: convert to msm_clk_get()
authorRob Clark <robdclark@gmail.com>
Mon, 16 Oct 2017 20:56:28 +0000 (16:56 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 28 Oct 2017 15:01:34 +0000 (11:01 -0400)
commitaede1e9ee4ec3d7a7b996d260ce7297a6b4dc4ca
tree55cd6a4f44848eeb5da83353c309e565e61eae05
parentcf52ec24b2c64fab3146991071d410f389a0bc9c
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>
drivers/gpu/drm/msm/hdmi/hdmi.c
drivers/gpu/drm/msm/hdmi/hdmi_phy.c
drivers/gpu/drm/msm/hdmi/hdmi_phy_8960.c
drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c
drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c