提交 9a308948 编写于 作者: T Tomi Valkeinen

ARM: OMAP: add detection of omap5-dss

Add detection of omap5-dss nodes so that the related devices get
initialized.
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 d6279d4a
......@@ -635,6 +635,10 @@ struct device_node * __init omapdss_find_dss_of_node(void)
if (node)
return node;
node = of_find_compatible_node(NULL, NULL, "ti,omap5-dss");
if (node)
return node;
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册