commit | 19077a736148360b8510fa3a45f919d1a6354b06 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 18 11:33:44 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:08:16 2011 +0300 |
tree | 6b9bd2415fe79aecfccc82a7584625518ad384c7 | |
parent | 700dee78dcf7665ca63122049793a96f05d4b3e3 [diff] |
OMAP: DSS2: DPI: remove unneeded SYSCK enable/disable 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>