Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c39 static struct device_node *of_chosen; variable
796 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
797 if (of_chosen == NULL) in of_alias_scan()
798 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
800 if (of_chosen) { in of_alias_scan()
803 name = of_get_property(of_chosen, "stdout-path", NULL); in of_alias_scan()