diff options
author | Archit Taneja <archit@ti.com> | 2012-04-08 15:17:01 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-24 17:50:07 +0400 |
commit | 233628328037c02cf3db6165cab5d3f43587c5f3 (patch) | |
tree | f46e2a4084f25324c7afbfa4f27a84d8e9650b47 /drivers/video/omap2/dss/dispc.c | |
parent | d66b15818c16af35ddb5da7b53905d9f6f62a45b (diff) | |
download | linux-233628328037c02cf3db6165cab5d3f43587c5f3.tar.xz |
OMAPDSS: Add basic omap5 features to dss and dispc
Add basic omap5 features for dss and dispc.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dispc.c')
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index d512c389741e..e52c57789383 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c @@ -3829,6 +3829,8 @@ static int __init dispc_init_features(struct device *dev) src = &omap34xx_rev3_0_dispc_feats; } else if (cpu_is_omap44xx()) { src = &omap44xx_dispc_feats; + } else if (soc_is_omap54xx()) { + src = &omap44xx_dispc_feats; } else { return -ENODEV; } |