]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit19077a736148360b8510fa3a45f919d1a6354b06
tree6b9bd2415fe79aecfccc82a7584625518ad384c7
parent700dee78dcf7665ca63122049793a96f05d4b3e3
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>
drivers/video/omap2/dss/dpi.c