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:
Родитель
9a3089481a
Коммит
2e7e6b6892
|
@ -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", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче