]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitd0538f5048fafe5633c58f25c3332f67739cdeb4
tree3d399f7afc993b10d59bef1115d1772d0980df4f
parentb0e77fd87cf302351e537881c8daf8d1c69cf541
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