]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/msm/mdp5: Don't get source of MDP core clock
authorArchit Taneja <architt@codeaurora.org>
Thu, 9 Jun 2016 11:41:08 +0000 (17:11 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:08:45 +0000 (10:08 -0400)
commit0e0d9dfeea38b20f54d5e056ea8b4d7e1adb2745
tree7be7daadbd6655ac4ede09603ff2f8fcfd77381c
parentcbe4295a4c0aa4758ed4dff91e631e224734034b
drm/msm/mdp5: Don't get source of MDP core clock

The driver expects DT to provide the parent to MDP core clock. The only
operation done to the parent clock is to set a rate. This can be
achieved by setting the rate on the core clock itsef. Don't try to
get the parent clock anymore.

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
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.h