ARM: OMAP: add detection of omap5-dss
Add detection of omap5-dss nodes so that the related devices get initialized. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
d6279d4ae1
commit
9a3089481a
1 changed files with 4 additions and 0 deletions
|
@ -635,6 +635,10 @@ struct device_node * __init omapdss_find_dss_of_node(void)
|
||||||
if (node)
|
if (node)
|
||||||
return node;
|
return node;
|
||||||
|
|
||||||
|
node = of_find_compatible_node(NULL, NULL, "ti,omap5-dss");
|
||||||
|
if (node)
|
||||||
|
return node;
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue