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

Commit 9a308948 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

ARM: OMAP: add detection of omap5-dss



Add detection of omap5-dss nodes so that the related devices get
initialized.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent d6279d4a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}