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 | |
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')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/dispc.c | 1 | ||||
-rw-r--r-- | drivers/video/fbdev/omap2/dss/dss.c | 1 |
2 files changed, 2 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 | ||
diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c index a6ef4c424ffa..6daeb7ed44c6 100644 --- a/drivers/video/fbdev/omap2/dss/dss.c +++ b/drivers/video/fbdev/omap2/dss/dss.c | |||
@@ -953,6 +953,7 @@ static const struct of_device_id dss_of_match[] = { | |||
953 | { .compatible = "ti,omap2-dss", }, | 953 | { .compatible = "ti,omap2-dss", }, |
954 | { .compatible = "ti,omap3-dss", }, | 954 | { .compatible = "ti,omap3-dss", }, |
955 | { .compatible = "ti,omap4-dss", }, | 955 | { .compatible = "ti,omap4-dss", }, |
956 | { .compatible = "ti,omap5-dss", }, | ||
956 | {}, | 957 | {}, |
957 | }; | 958 | }; |
958 | 959 | ||