|
@@ -1025,7 +1025,7 @@ EXPORT_SYMBOL(of_parse_phandle);
|
|
|
* To get a device_node of the `node2' node you may call this:
|
|
|
* of_parse_phandle_with_args(node3, "list", "#list-cells", 1, &args);
|
|
|
*/
|
|
|
-int of_parse_phandle_with_args(struct device_node *np, const char *list_name,
|
|
|
+int of_parse_phandle_with_args(const struct device_node *np, const char *list_name,
|
|
|
const char *cells_name, int index,
|
|
|
struct of_phandle_args *out_args)
|
|
|
{
|