From: Tomi Valkeinen Date: Fri, 4 Jul 2014 08:07:15 +0000 (+0530) Subject: OMAPDSS: Add functions for external control of PLL X-Git-Tag: firefly_0821_release~176^2~2366^2^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be40eecf8dea217a3f3b9df5c2d7235e91e25fb0;p=firefly-linux-kernel-4.4.55.git OMAPDSS: Add functions for external control of PLL Add functions which configure the control module register CTRL_CORE_DSS_PLL_CONTROL found in DRA7xx SoCs. This register configures whether the PLL registers are accessed internally by DSS, or externally using OCP2SCP interface. They also configure muxes which route the PLL output to a particular LCD overlay manager within DSS. Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c index 8c79839fbe87..d75238f2c537 100644 --- a/drivers/video/fbdev/omap2/dss/dss.c +++ b/drivers/video/fbdev/omap2/dss/dss.c @@ -34,6 +34,8 @@ #include #include #include +#include +#include #include #include