]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: DSI: always power on hsclk & hsdiv
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 6 Aug 2014 10:31:47 +0000 (13:31 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Nov 2014 11:40:20 +0000 (13:40 +0200)
commit1a7f4bf186e6e629d8cb3226be4b9fbb48c812b8
treeb6aaf6daca5a1cf1f5d5f53fbad39d7a6cd60151
parentd845600e2f693b3020fa779d2dc1a0767718eebc
OMAPDSS: DSI: always power on hsclk & hsdiv

The DSS PLL has support to power on the PLL's highspeed clock output
and HSDIV output separately. In practice both need to powered on, as in
most OMAP's that's the only working configuration. We already do that in
dsi_pll_init(), by overriding the passed arguments so that both are
always powered.

Simplify the code by removing the support for choosing which outputs to
power on.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dpi.c
drivers/video/fbdev/omap2/dss/dsi.c
drivers/video/fbdev/omap2/dss/dss.h