diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-08-22 16:00:31 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-24 16:50:09 +0300 |
commit | f8ef3d696651df01029d289f1e15c02d4f566610 (patch) | |
tree | a3de4661dccff8af131e13ad7f41dd90036702ad /drivers/video/omap2/dss/dss_features.c | |
parent | de09e4555592986219132b518c3f7834a28823cd (diff) | |
download | linux-f8ef3d696651df01029d289f1e15c02d4f566610.tar.gz linux-f8ef3d696651df01029d289f1e15c02d4f566610.tar.bz2 linux-f8ef3d696651df01029d289f1e15c02d4f566610.zip |
OMAPDSS: DSI: Add FEAT_DSI_PLL_SELFREQDCO
Add FEAT_DSI_PLL_SELFREQDCO. OMAP5's DSI PLL has a new configuration
option that needs to be programmed depending on the PLL's output clock
frequency.
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.c | 1 |
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 af4775a20708..177f6e8d2d7c 100644 --- a/drivers/video/omap2/dss/dss_features.c +++ b/drivers/video/omap2/dss/dss_features.c @@ -519,6 +519,7 @@ static const enum dss_feat_id omap5_dss_feat_list[] = { FEAT_ALPHA_FREE_ZORDER, FEAT_FIFO_MERGE, FEAT_BURST_2D, + FEAT_DSI_PLL_SELFREQDCO, }; /* OMAP2 DSS Features */ |