clk: qcom: 8936: Add depends for gcc_bimc_gfx_clk

On MSM8939 when gcc_bimc_gfx_clk is turned on the gcc_apss_tcu_clk needs
to be turned on.

Change-Id: I5c77b0b3ad184c538663b29728b0d8d0547fbc74
Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
Taniya Das 2014-08-08 16:29:04 +05:30
parent 6fd61d7077
commit c70b7be1ec

View file

@ -2294,6 +2294,7 @@ static struct branch_clk gcc_oxili_gmem_clk = {
},
};
static struct local_vote_clk gcc_apss_tcu_clk;
static struct branch_clk gcc_bimc_gfx_clk = {
.cbcr_reg = BIMC_GFX_CBCR,
.has_sibling = 1,
@ -2302,6 +2303,7 @@ static struct branch_clk gcc_bimc_gfx_clk = {
.dbg_name = "gcc_bimc_gfx_clk",
.ops = &clk_ops_branch,
CLK_INIT(gcc_bimc_gfx_clk.c),
.depends = &gcc_apss_tcu_clk.c,
},
};