OMAP: DSS2: DPI: remove unneeded SYSCK enable/disable
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 18 May 2011 08:33:44 +0000 (11:33 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:08:16 +0000 (10:08 +0300)
DSI PLL requires sys_clk to function, and DPI enables sys_clk when it
wants to use DSI PLL. However, DSI PLL code already handles enabling
sys_clk, so DPI's sys_clk code is extra.

Remove the unneeded sys_clk handling from dpi.c.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found