commit | 91f4270c269cc1d5510a21182ef5d6d73ec9b975 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Thu Jul 14 12:01:15 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:59:08 2011 -0700 |
tree | 181d14a0eff2c41e347631928ecfaf4ff53cd9c5 | |
parent | 3de11f35c77c7239a51c64254b00e400abaf93f1 [diff] |
msm: clock-8960: Chain dependencies between vcodec AXI clocks Don't require drivers to explicitly enable/disable vcodec_clk, vcodec_axi_a_clk and vcodec_axi_b_clk since, in practice, all three are always needed at the same time. Create a dependency chain for these clocks so that enabling vcodec_clk enables all the rest. The chain looks like: vcodec_clk->vcodec_axi_clk->vcodec_axi_a_clk->vcodec_axi_b_clk Signed-off-by: Matt Wagantall <mattw@codeaurora.org>