We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefe6d6 commit 6185250Copy full SHA for 6185250
components/drivers/core/platform_ofw.c
@@ -267,6 +267,12 @@ static int platform_ofw_device_probe(void)
267
rt_ofw_node_put(node);
268
}
269
270
+ if ((node = rt_ofw_find_node_by_path("/clocks")))
271
+ {
272
+ platform_ofw_device_probe_once(node);
273
+ rt_ofw_node_put(node);
274
+ }
275
+
276
rt_ofw_node_get(ofw_node_chosen);
277
if ((node = rt_ofw_get_child_by_compatible(ofw_node_chosen, "simple-framebuffer")))
278
{
0 commit comments