Re: [PATCH v1 2/2] of: property: Add device link support for pinctrl-0 through pinctrl-8

2020-07-23 Thread Rob Herring
On Wed, Jul 22, 2020 at 7:08 PM Saravana Kannan wrote: > > On Wed, Jul 22, 2020 at 2:09 PM Rob Herring wrote: > > > > On Wed, Jul 22, 2020 at 2:13 PM Saravana Kannan > > wrote: > > > > > > Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying > > > to add support for

Re: [PATCH v1 2/2] of: property: Add device link support for pinctrl-0 through pinctrl-8

2020-07-22 Thread Saravana Kannan
On Wed, Jul 22, 2020 at 2:09 PM Rob Herring wrote: > > On Wed, Jul 22, 2020 at 2:13 PM Saravana Kannan wrote: > > > > Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying > > to add support for pinctrl-%d properties. > > > > Of all the pinctrl-* properties in dts files

Re: [PATCH v1 2/2] of: property: Add device link support for pinctrl-0 through pinctrl-8

2020-07-22 Thread Saravana Kannan
On Wed, Jul 22, 2020 at 1:56 PM Frank Rowand wrote: > > On 2020-07-22 15:13, Saravana Kannan wrote: > > Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying > > to add support for pinctrl-%d properties. > > > > Of all the pinctrl-* properties in dts files (20322), only 47%

Re: [PATCH v1 2/2] of: property: Add device link support for pinctrl-0 through pinctrl-8

2020-07-22 Thread Rob Herring
On Wed, Jul 22, 2020 at 2:13 PM Saravana Kannan wrote: > > Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying > to add support for pinctrl-%d properties. > > Of all the pinctrl-* properties in dts files (20322), only 47% (9531) > are pinctrl-%d properties. Of all the

Re: [PATCH v1 2/2] of: property: Add device link support for pinctrl-0 through pinctrl-8

2020-07-22 Thread Frank Rowand
On 2020-07-22 15:13, Saravana Kannan wrote: > Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying > to add support for pinctrl-%d properties. > > Of all the pinctrl-* properties in dts files (20322), only 47% (9531) > are pinctrl-%d properties. Of all the pinctrl-%d

[PATCH v1 2/2] of: property: Add device link support for pinctrl-0 through pinctrl-8

2020-07-22 Thread Saravana Kannan
Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying to add support for pinctrl-%d properties. Of all the pinctrl-* properties in dts files (20322), only 47% (9531) are pinctrl-%d properties. Of all the pinctrl-%d properties, 99.5% (9486) are made up of pinctrl-[0-2]. Trying