msm: clock-8960: Switch adm to ebi1_clk
Before the bus driver was voting on ebi1_clk we needed to have
adm use a dummy clock so that ebi1 wasn't voted off when adm no
longer used ebi1. Now that the bus driver is voting on ebi1
correctly, remove this workaround so that ebi1 stays out of self
refresh when a data mover transaction is occurring during power
collapse.
Change-Id: I74e6209271aa2a18e40c972ead8325c70c11e836
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/clock-8960.c b/arch/arm/mach-msm/clock-8960.c
index 68c5059..09f70f1 100644
--- a/arch/arm/mach-msm/clock-8960.c
+++ b/arch/arm/mach-msm/clock-8960.c
@@ -4450,11 +4450,7 @@
static DEFINE_CLK_VOTER(dfab_scm_clk, &dfab_clk.c);
static DEFINE_CLK_VOTER(ebi1_msmbus_clk, &ebi1_clk.c);
-/*
- * TODO: replace dummy_clk below with ebi1_clk.c once the
- * bus driver starts voting on ebi1 rates.
- */
-static DEFINE_CLK_VOTER(ebi1_adm_clk, &dummy_clk);
+static DEFINE_CLK_VOTER(ebi1_adm_clk, &ebi1_clk.c);
#ifdef CONFIG_DEBUG_FS
struct measure_sel {