commit | 0e0d9dfeea38b20f54d5e056ea8b4d7e1adb2745 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Thu Jun 09 17:11:08 2016 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Sat Jul 16 10:08:45 2016 -0400 |
tree | 7be7daadbd6655ac4ede09603ff2f8fcfd77381c | |
parent | cbe4295a4c0aa4758ed4dff91e631e224734034b [diff] |
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>