Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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", },
	{},
};