From 2daea7af772ef22d902614fdd1af3bc54c82aae1 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 22 Oct 2014 14:49:14 +0300 Subject: 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 --- drivers/video/fbdev/omap2/dss/dpi.c | 82 +++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 40 deletions(-) (limited to 'drivers/video/fbdev/omap2/dss/dpi.c') diff --git a/drivers/video/fbdev/omap2/dss/dpi.c b/drivers/video/fbdev/omap2/dss/dpi.c index 81dd5e61e75..2edf5caa002 100644 --- a/drivers/video/fbdev/omap2/dss/dpi.c +++ b/drivers/video/fbdev/omap2/dss/dpi.c @@ -31,6 +31,7 @@ #include #include #include +#include #include