Skip to content
Snippets Groups Projects
Commit bcdd8f72 authored by Sricharan R's avatar Sricharan R Committed by Tom Rini
Browse files

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: default avatarSricharan R <r.sricharan@ti.com>
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent 9239f5b6
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment