From be40eecf8dea217a3f3b9df5c2d7235e91e25fb0 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 4 Jul 2014 13:37:15 +0530 Subject: 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 --- drivers/video/fbdev/omap2/dss/dss.c | 115 ++++++++++++++++++++++++++++++++++++ drivers/video/fbdev/omap2/dss/dss.h | 4 ++ 2 files changed, 119 insertions(+) (limited to 'drivers/video') diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c index 8c79839..d75238f 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