From 75bdcb0526e4759cdd120f888b0b8ad2c227845e Mon Sep 17 00:00:00 2001 From: Ranjani Vaidyanathan-RA5478 Date: Thu, 22 Apr 2010 15:06:01 -0500 Subject: ENGR00122789: Fixed long-term video playback issue. Fixed long-term video playback issue due to incorrect increment of clock usecount. Fixed various bugs associated with system entering LP-APM mode. Fixed incorrect enabling of PLL3 that was not allowing system to enter LP-APM mode if TVE was built in. EMI_GARB clock needs to be enabled when certain clock dividers are changed. Signed-off-by: Ranjani Vaidyanathan-RA5478 Signed-off-by: Alejandro Gonzalez --- drivers/video/mxc/tve.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers') diff --git a/drivers/video/mxc/tve.c b/drivers/video/mxc/tve.c index eccf5cca7f70..2d2929c0cbd9 100644 --- a/drivers/video/mxc/tve.c +++ b/drivers/video/mxc/tve.c @@ -252,7 +252,6 @@ static int tve_setup(int mode) clk_disable(pll3_clk); clk_set_rate(pll3_clk, pll3_clock_rate); - clk_enable(pll3_clk); clk_set_rate(ipu_di1_clk, di1_clock_rate); clk_enable(tve.clk); -- cgit v1.2.3