Re: [PATCH] dm: pinctrl: Use right device pointer for configuring pinctrl

2020-04-23 Thread Tom Rini
On Thu, Apr 23, 2020 at 07:49:36AM +, Patrick DELAUNAY wrote: > Hi, > > > From: Lokesh Vutla > > Sent: mercredi 22 avril 2020 19:26 > > > > commit 719cab6d2e2bf ("dm: pinctrl: convert pinctrl-single to livetree") > > converted > > pinctrl driver to livetree. In this conversion, the call to

RE: [PATCH] dm: pinctrl: Use right device pointer for configuring pinctrl

2020-04-23 Thread Patrick DELAUNAY
Hi, > From: Lokesh Vutla > Sent: mercredi 22 avril 2020 19:26 > > commit 719cab6d2e2bf ("dm: pinctrl: convert pinctrl-single to livetree") > converted > pinctrl driver to livetree. In this conversion, the call to read > pinctrl-single,pins/bits > property is provided with pinctrl device pointe

Re: [PATCH] dm: pinctrl: Use right device pointer for configuring pinctrl

2020-04-22 Thread Tom Rini
On Wed, Apr 22, 2020 at 10:55:31PM +0530, Lokesh Vutla wrote: > commit 719cab6d2e2bf ("dm: pinctrl: convert pinctrl-single to livetree") > converted pinctrl driver to livetree. In this conversion, the call to > read pinctrl-single,pins/bits property is provided with pinctrl device > pointer instea

[PATCH] dm: pinctrl: Use right device pointer for configuring pinctrl

2020-04-22 Thread Lokesh Vutla
commit 719cab6d2e2bf ("dm: pinctrl: convert pinctrl-single to livetree") converted pinctrl driver to livetree. In this conversion, the call to read pinctrl-single,pins/bits property is provided with pinctrl device pointer instead of pinctrl config pointer. Because of this none of the pins gets conf