Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-29 Thread Linus Walleij
On Fri, Jul 20, 2018 at 1:16 PM Jon Hunter wrote: > Adding Linus ... OMG this sounds bad. > >> I don't know offhand. Doesn't look like it if you have custom values. > > > > It's listed under "Supported generic properties" in > > pinctrl-bindings.txt. The convention seems to be not to add a

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-29 Thread Linus Walleij
On Fri, Jul 20, 2018 at 1:16 PM Jon Hunter wrote: > Adding Linus ... OMG this sounds bad. > >> I don't know offhand. Doesn't look like it if you have custom values. > > > > It's listed under "Supported generic properties" in > > pinctrl-bindings.txt. The convention seems to be not to add a

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-20 Thread Jon Hunter
Adding Linus ... On 17/07/18 16:30, Aapo Vienamo wrote: ... > +Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt. > + > +The values accepted by power-source property are > +TEGRA_IO_PAD_VOLTAGE_1V8 and TEGRA_IO_PAD_VOLTAGE_3V3, which are defined > +in

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-20 Thread Jon Hunter
Adding Linus ... On 17/07/18 16:30, Aapo Vienamo wrote: ... > +Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt. > + > +The values accepted by power-source property are > +TEGRA_IO_PAD_VOLTAGE_1V8 and TEGRA_IO_PAD_VOLTAGE_3V3, which are defined > +in

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-17 Thread Aapo Vienamo
On Tue, 17 Jul 2018 08:22:07 -0600 Rob Herring wrote: > On Tue, Jul 17, 2018 at 6:23 AM Aapo Vienamo wrote: > > > > On Mon, 16 Jul 2018 09:43:09 -0600 > > Rob Herring wrote: > > > > > On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > > > > Document the pinctrl bindings used

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-17 Thread Aapo Vienamo
On Tue, 17 Jul 2018 08:22:07 -0600 Rob Herring wrote: > On Tue, Jul 17, 2018 at 6:23 AM Aapo Vienamo wrote: > > > > On Mon, 16 Jul 2018 09:43:09 -0600 > > Rob Herring wrote: > > > > > On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > > > > Document the pinctrl bindings used

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-17 Thread Rob Herring
On Tue, Jul 17, 2018 at 6:23 AM Aapo Vienamo wrote: > > On Mon, 16 Jul 2018 09:43:09 -0600 > Rob Herring wrote: > > > On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > > > Document the pinctrl bindings used by the PMC driver for performing pad > > > configuration. Both

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-17 Thread Rob Herring
On Tue, Jul 17, 2018 at 6:23 AM Aapo Vienamo wrote: > > On Mon, 16 Jul 2018 09:43:09 -0600 > Rob Herring wrote: > > > On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > > > Document the pinctrl bindings used by the PMC driver for performing pad > > > configuration. Both

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-17 Thread Aapo Vienamo
On Mon, 16 Jul 2018 09:43:09 -0600 Rob Herring wrote: > On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > > Document the pinctrl bindings used by the PMC driver for performing pad > > configuration. Both nvidia,tegra186-pmc.txt and nvidia,tegra20-pmc.txt > > are modified as they

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-17 Thread Aapo Vienamo
On Mon, 16 Jul 2018 09:43:09 -0600 Rob Herring wrote: > On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > > Document the pinctrl bindings used by the PMC driver for performing pad > > configuration. Both nvidia,tegra186-pmc.txt and nvidia,tegra20-pmc.txt > > are modified as they

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-16 Thread Rob Herring
On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > Document the pinctrl bindings used by the PMC driver for performing pad > configuration. Both nvidia,tegra186-pmc.txt and nvidia,tegra20-pmc.txt > are modified as they both cover SoC generations for which these bindings > apply. > >

Re: [PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-16 Thread Rob Herring
On Thu, Jul 12, 2018 at 03:00:11PM +0300, Aapo Vienamo wrote: > Document the pinctrl bindings used by the PMC driver for performing pad > configuration. Both nvidia,tegra186-pmc.txt and nvidia,tegra20-pmc.txt > are modified as they both cover SoC generations for which these bindings > apply. > >

[PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-12 Thread Aapo Vienamo
Document the pinctrl bindings used by the PMC driver for performing pad configuration. Both nvidia,tegra186-pmc.txt and nvidia,tegra20-pmc.txt are modified as they both cover SoC generations for which these bindings apply. Add a header defining Tegra PMC pad voltage configurations.

[PATCH v3 5/7] dt-bindings: Add Tegra PMC pad configuration bindings

2018-07-12 Thread Aapo Vienamo
Document the pinctrl bindings used by the PMC driver for performing pad configuration. Both nvidia,tegra186-pmc.txt and nvidia,tegra20-pmc.txt are modified as they both cover SoC generations for which these bindings apply. Add a header defining Tegra PMC pad voltage configurations.