commit | d0538f5048fafe5633c58f25c3332f67739cdeb4 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Fri Jul 28 16:17:00 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Tue Aug 01 18:50:00 2017 -0400 |
tree | 3d399f7afc993b10d59bef1115d1772d0980df4f | |
parent | b0e77fd87cf302351e537881c8daf8d1c69cf541 [diff] |
drm/msm/mdp5: Drop clock names with "_clk" suffix We have upstream bindings (msm8916) that have the "_clk" suffix in the clock names. The downstream bindings also require it. We want to drop the "_clk" suffix and at the same time support existing bindings. Update the MDP5 code with the the msm_clk_get() helper to support both old and new clock names. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>