Browse Source

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>
Tomi Valkeinen 11 years ago
parent
commit
2e7e6b6892
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/video/fbdev/omap2/dss/dispc.c
  2. 1 0
      drivers/video/fbdev/omap2/dss/dss.c

+ 1 - 0
drivers/video/fbdev/omap2/dss/dispc.c

@@ -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", },
 	{},
 };
 

+ 1 - 0
drivers/video/fbdev/omap2/dss/dss.c

@@ -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", },
 	{},
 };