Re: [PATCH v2 01/14] Documentation: dt/bindings: Document pinctrl-ingenic

2017-01-31 Thread Linus Walleij
On Fri, Jan 27, 2017 at 4:27 PM, Paul Cercueil wrote: > [Me]: >> In the former case, if this pertains to the *inside* of the SoC: >> is it just different between jz4740 and jz4780? >> In that case, just code this into the driver as .data to the .compatible >> in the DT match. No special DT propert

Re: [PATCH v2 01/14] Documentation: dt/bindings: Document pinctrl-ingenic

2017-01-27 Thread Paul Cercueil
Hi, So I still don't understand these properties. Does this mean that there is a pull-up *inside* the SoC or *outside* on the board where it is mounted? The pull-up resistors are inside the SoCs. In the former case, if this pertains to the *inside* of the SoC: is it just different between j

Re: [PATCH v2 01/14] Documentation: dt/bindings: Document pinctrl-ingenic

2017-01-27 Thread Linus Walleij
On Sun, Jan 22, 2017 at 3:49 PM, Paul Cercueil wrote: > +Required properties: > +- compatible: One of: > + - "ingenic,jz4740-pinctrl" > + - "ingenic,jz4780-pinctrl" > + > +Optional properties: > +- ingenic,pull-ups: A list of 32-bit bit fields, where each bit set tells the > + driver that a p

[PATCH v2 01/14] Documentation: dt/bindings: Document pinctrl-ingenic

2017-01-22 Thread Paul Cercueil
This commit adds documentation for the devicetree bidings of the pinctrl-ingenic driver, which handles pin configuration and pin muxing of the Ingenic SoCs currently supported by the Linux kernel. Signed-off-by: Paul Cercueil --- .../bindings/pinctrl/ingenic,pinctrl.txt | 77 ++