|
@@ -31,7 +31,9 @@ rt_err_t rt_device_bind(rt_driver_t driver, rt_device_t device, void *node)
|
|
|
ret = fdt_find_all_active_compatible_node(root_node,drv->dev_match->compatible,node_list,MAX_COMPATIBLE_NUM,&device_num);
|
|
ret = fdt_find_all_active_compatible_node(root_node,drv->dev_match->compatible,node_list,MAX_COMPATIBLE_NUM,&device_num);
|