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 3f612a0895d3bbf6c480f76cae7db5751e5aa998..07db792debc7db8226eb9d024632a1daeda8c617 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 a6ef4c424ffa2e9904aef02df02172d5cd08a7b9..6daeb7ed44c685cd09d2831664c37b2f4071d29f 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", },
        {},
 };