Re: [PATCH] pinctrl: generic: Parse pinmux init nodes if node status is okay

2016-10-29 Thread Linus Walleij
On Fri, Oct 28, 2016 at 1:24 PM, Laxman Dewangan wrote: > During pinmux registration, pinmux table is parsed from DT > for making the pinmux table configuration of pins. > > Parse the only those node whose status is not disabled. > This will help on reusing the pin

Re: [PATCH] pinctrl: generic: Parse pinmux init nodes if node status is okay

2016-10-29 Thread Linus Walleij
On Fri, Oct 28, 2016 at 1:24 PM, Laxman Dewangan wrote: > During pinmux registration, pinmux table is parsed from DT > for making the pinmux table configuration of pins. > > Parse the only those node whose status is not disabled. > This will help on reusing the pin configuration table across >

[PATCH] pinctrl: generic: Parse pinmux init nodes if node status is okay

2016-10-28 Thread Laxman Dewangan
During pinmux registration, pinmux table is parsed from DT for making the pinmux table configuration of pins. Parse the only those node whose status is not disabled. This will help on reusing the pin configuration table across platform and disabling the node by status property if that node is not

[PATCH] pinctrl: generic: Parse pinmux init nodes if node status is okay

2016-10-28 Thread Laxman Dewangan
During pinmux registration, pinmux table is parsed from DT for making the pinmux table configuration of pins. Parse the only those node whose status is not disabled. This will help on reusing the pin configuration table across platform and disabling the node by status property if that node is not