OMAPDSS: DSI: use common DSS PLL support
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 11:49:14 +0000 (14:49 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Nov 2014 11:40:24 +0000 (13:40 +0200)
commit2daea7af772ef22d902614fdd1af3bc54c82aae1
tree5a0452e93e7fc544eec19fea99c110a40e2ce8c0
parent0a20170aa5ef1c4935663d88cbfc17b682326fc0
OMAPDSS: DSI: use common DSS PLL support

Now that we have the common DSS PLL support, change DSI to use it. This
results in quite a lot of changes, but almost all of them are trivial
name changes.

The functions to calculate and program the PLL settings can be removed
from dsi.c, as the common PLL API contains the same functionality.

We also need to create struct dss_pll_hw entries for PLL hardware
features for different OMAP platforms, instead of using the
dss_features.c as the old code does.

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