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>
This commit is contained in:
parent
9a3089481a
commit
2e7e6b6892
2 changed files with 2 additions and 0 deletions
|
@ -3830,6 +3830,7 @@ static const struct of_device_id dispc_of_match[] = {
|
||||||
{ .compatible = "ti,omap2-dispc", },
|
{ .compatible = "ti,omap2-dispc", },
|
||||||
{ .compatible = "ti,omap3-dispc", },
|
{ .compatible = "ti,omap3-dispc", },
|
||||||
{ .compatible = "ti,omap4-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,omap2-dss", },
|
||||||
{ .compatible = "ti,omap3-dss", },
|
{ .compatible = "ti,omap3-dss", },
|
||||||
{ .compatible = "ti,omap4-dss", },
|
{ .compatible = "ti,omap4-dss", },
|
||||||
|
{ .compatible = "ti,omap5-dss", },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue