commit | 54dcdadb33597b829232954808c9460e47757d07 | [log] [tgz] |
---|---|---|
author | Aravind Venkateswaran <aravindh@codeaurora.org> | Wed Jul 17 16:58:07 2013 -0700 |
committer | Aravind Venkateswaran <aravindh@codeaurora.org> | Thu Jul 18 12:31:01 2013 -0700 |
tree | 5413e70ebf2b585099a9ce85eb376fa671d73fcc | |
parent | 0d2e426c13152205b7ec7d9a88679297fa71e8aa [diff] |
msm: mdss: Fix order of DSI clocks operations For DSI branch clocks, set rate should be called before calling the prepare and enable ops. This is the recommended order for clock operations and is required before moving the DSI pll enable sequences to the prepare op. Change-Id: I5f53f424a6665e2ce41076734eb6379596fa1d00 CRs-Fixed: 513361 Signed-off-by: Aravind Venkateswaran <aravindh@codeaurora.org>