On 05/25/2012 07:36 AM, Dong Aisheng wrote: > From: Dong Aisheng <[email protected]> > > The api is used when user wants to get some more extended args except ones > indicated by the cells_name. > For example, gpio cells is 2. > list = <&gpio 1 2 3 4>;
I assume either that property should be named "gpios", or ... > If users want to get extended args including 3, 4, he can call: > of_parse_phandle_with_args_ext(np, "gpios", "#gpio-cells", index, 2, > &outargs); The second parameter above should be "list". _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
