commit | db9a3750eb6fec2381b4090b4f10e56fafe512fe | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Oct 16 13:35:57 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 11:01:33 2017 -0400 |
tree | 532b79076608ddcb17c095e9e133e7baaedfe321 | |
parent | e9acce2bb94c1db47fd0463c8d16ba9794111ca5 [diff] |
drm/msm/dsi: 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 DSI 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>