diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-16 06:16:43 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 08:11:27 -0400 |
commit | 2e7e6b68924b3ab48e40b197ba72d9dc6d8e4a65 (patch) | |
tree | b5a0364017e8c48e2e19c90b6ddab75cf4733983 /drivers/video/fbdev/omap2/dss/dispc.c | |
parent | 9a3089481a2ed87517f71e00e8fc0182c604f255 (diff) |
OMAPDSS: DSS & DISPC DT support for OMAP5
Add omap5 entries to dispc's and dss's of_device_id tables.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/dispc.c')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/dispc.c b/drivers/video/fbdev/omap2/dss/dispc.c index 3f612a0895d3..07db792debc7 100644 --- a/drivers/video/fbdev/omap2/dss/dispc.c +++ b/drivers/video/fbdev/omap2/dss/dispc.c | |||
@@ -3830,6 +3830,7 @@ static const struct of_device_id dispc_of_match[] = { | |||
3830 | { .compatible = "ti,omap2-dispc", }, | 3830 | { .compatible = "ti,omap2-dispc", }, |
3831 | { .compatible = "ti,omap3-dispc", }, | 3831 | { .compatible = "ti,omap3-dispc", }, |
3832 | { .compatible = "ti,omap4-dispc", }, | 3832 | { .compatible = "ti,omap4-dispc", }, |
3833 | { .compatible = "ti,omap5-dispc", }, | ||
3833 | {}, | 3834 | {}, |
3834 | }; | 3835 | }; |
3835 | 3836 | ||