summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-08-22 16:00:40 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-24 16:50:09 +0300
commit6d44610f8321a9aa3bc408026f888872b1390712 (patch)
treefa49cb757ac4576d81b70d9f4ed6676150a0474c /drivers/video/omap2/dss/dss_features.c
parentf8ef3d696651df01029d289f1e15c02d4f566610 (diff)
downloadop-kernel-dev-6d44610f8321a9aa3bc408026f888872b1390712.zip
op-kernel-dev-6d44610f8321a9aa3bc408026f888872b1390712.tar.gz
OMAPDSS: DSI: Add FEAT_DSI_PLL_REFSEL
Add FEAT_DSI_PLL_REFSEL. OMAP5's DSI PLL needs configuration to select the reference clock to be used. We always use SYSCLK. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.c')
-rw-r--r--drivers/video/omap2/dss/dss_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c
index 177f6e8..4685531 100644
--- a/drivers/video/omap2/dss/dss_features.c
+++ b/drivers/video/omap2/dss/dss_features.c
@@ -520,6 +520,7 @@ static const enum dss_feat_id omap5_dss_feat_list[] = {
FEAT_FIFO_MERGE,
FEAT_BURST_2D,
FEAT_DSI_PLL_SELFREQDCO,
+ FEAT_DSI_PLL_REFSEL,
};
/* OMAP2 DSS Features */
OpenPOWER on IntegriCloud