commit | cf52ec24b2c64fab3146991071d410f389a0bc9c | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Oct 16 16:39:59 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 11:01:33 2017 -0400 |
tree | a41ce6413cc0ca2bfecd66ce3c9f1fc7357a2a11 | |
parent | db9a3750eb6fec2381b4090b4f10e56fafe512fe [diff] |
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>