On 04/11/2012 11:24 PM, Viresh Kumar wrote: > This adds pinctrl driver for SPEAr3xx family. SPEAr3xx family supports three > families: SPEAr300, SPEAr310 and SPEAr320.
> +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl_spear.txt > +Required subnode-properties: > +- st,pins : An array of strings. Each string contains the name of a pin or > + group. > +- st,function: A string containing the name of the function to mux to the > pin or > + group. See the SPEAr's TRM to determine which are valid for each pin or > group. > + > + Valid values for group and function names can be found from looking at the > + group and function arrays in driver files: > + drivers/pinctrl/spear/pinctrl-spear3*0.c It might be nice to enumerate the pin/group/function names here, but if they're identical to the TRM I guess it's fine not to. Looking at the Tegra binding docs, I see I forgot to enumerate the function names although I did enumerate everything else. _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
