drm/msm/edp: convert to msm_clk_get()
authorRob Clark <robdclark@gmail.com>
Mon, 16 Oct 2017 20:39:59 +0000 (16:39 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 28 Oct 2017 15:01:33 +0000 (11:01 -0400)
commitcf52ec24b2c64fab3146991071d410f389a0bc9c
treea41ce6413cc0ca2bfecd66ce3c9f1fc7357a2a11
parentdb9a3750eb6fec2381b4090b4f10e56fafe512fe
drm/msm/edp: 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 eDP 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/edp/edp_ctrl.c