aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSricharan R <r.sricharan@ti.com>2013-05-01 19:28:54 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2013-05-29 15:04:01 +0530
commite1f586bc2c5b2c5f9823d0baac08ae514feeb371 (patch)
treeb3553c6d79ea6268fbaaf73cfc1f4b3e97e957de
parent66dfe8541f53b3c2e2f13154a9a112ccf587087b (diff)
downloadjacinto6evm-e1f586bc2c5b2c5f9823d0baac08ae514feeb371.tar.gz
ARM: OMAP5: clocks: Do not enable sgx clocks
SGX clocks should be enabled only for OMAP5 ES1.0. So this can be removed. Signed-off-by: Sricharan R <r.sricharan@ti.com>
-rw-r--r--arch/arm/cpu/armv7/omap5/hw_data.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index 604fa42b1b..842cf279c1 100644
--- a/arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/arch/arm/cpu/armv7/omap5/hw_data.c
@@ -383,12 +383,6 @@ void enable_basic_clocks(void)
clk_modules_explicit_en_essential,
1);
- /* Select 384Mhz for GPU as its the POR for ES1.0 */
- setbits_le32((*prcm)->cm_sgx_sgx_clkctrl,
- CLKSEL_GPU_HYD_GCLK_MASK);
- setbits_le32((*prcm)->cm_sgx_sgx_clkctrl,
- CLKSEL_GPU_CORE_GCLK_MASK);
-
/* Enable SCRM OPT clocks for PER and CORE dpll */
setbits_le32((*prcm)->cm_wkupaon_scrm_clkctrl,
OPTFCLKEN_SCRM_PER_MASK);