Commit 2e7e6b68 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAPDSS: DSS & DISPC DT support for OMAP5

Add omap5 entries to dispc's and dss's of_device_id tables.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 9a308948
......@@ -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", },
{},
};
......
......@@ -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", },
{},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment