OMAPDSS: DSS & DISPC DT support for OMAP5
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 16 Apr 2014 10:16:43 +0000 (13:16 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 May 2014 12:11:27 +0000 (15:11 +0300)
Add omap5 entries to dispc's and dss's of_device_id tables.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dispc.c
drivers/video/fbdev/omap2/dss/dss.c

index 3f612a0..07db792 100644 (file)
@@ -3830,6 +3830,7 @@ static const struct of_device_id dispc_of_match[] = {
        { .compatible = "ti,omap2-dispc", },
        { .compatible = "ti,omap3-dispc", },
        { .compatible = "ti,omap4-dispc", },
+       { .compatible = "ti,omap5-dispc", },
        {},
 };
 
index a6ef4c4..6daeb7e 100644 (file)
@@ -953,6 +953,7 @@ static const struct of_device_id dss_of_match[] = {
        { .compatible = "ti,omap2-dss", },
        { .compatible = "ti,omap3-dss", },
        { .compatible = "ti,omap4-dss", },
+       { .compatible = "ti,omap5-dss", },
        {},
 };