]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/mdp5: Drop clock names with "_clk" suffix
authorArchit Taneja <architt@codeaurora.org>
Fri, 28 Jul 2017 10:47:00 +0000 (16:17 +0530)
committerRob Clark <robdclark@gmail.com>
Tue, 1 Aug 2017 22:50:00 +0000 (18:50 -0400)
commit42e7d2da22f8b4967436b975d948f362c25d10c2
tree3d399f7afc993b10d59bef1115d1772d0980df4f
parent70cb9efc457ef5a33abca31f66a38dcb06fe358a
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>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c