mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 05:36:43 +07:00
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
@ -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", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user