Home
last modified time | relevance | path

Searched refs:of_chosen (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/core/
Dof_access.c38 static struct device_node *of_chosen; variable
691 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
692 if (of_chosen == NULL) in of_alias_scan()
693 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
695 if (of_chosen) { in of_alias_scan()
698 name = of_get_property(of_chosen, "stdout-path", NULL); in of_alias_scan()