diff options
| author | Sricharan R <r.sricharan@ti.com> | 2013-05-30 02:54:31 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:09 -0400 | 
| commit | bcdd8f72f34bcf2a6e9730e37dd2d2292548a8a4 (patch) | |
| tree | 9647d6ea18b6987f868870d59d95e4b54187a0ae | |
| parent | 9239f5b62550e9f1438c784cb8d1e578dc3852a8 (diff) | |
| download | olio-uboot-2014.01-bcdd8f72f34bcf2a6e9730e37dd2d2292548a8a4.tar.xz olio-uboot-2014.01-bcdd8f72f34bcf2a6e9730e37dd2d2292548a8a4.zip | |
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>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/hw_data.c | 6 | 
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 604fa42b1..842cf279c 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); |