Re: [U-Boot] [RESEND PATCH 2/2] dm: pinctrl: introduce PINCONF_RECURSIVE option

2019-10-11 Thread Simon Glass
On Tue, 13 Aug 2019 at 03:34, Simon Glass wrote: > > On Fri, 2 Aug 2019 at 06:48, Patrick Delaunay wrote: > > > > In the Linux pinctrl binding, the pin configuration nodes don't need to > > be direct children of the pin controller device (may be grandchildren for > > example). This behavior is

Re: [U-Boot] [RESEND PATCH 2/2] dm: pinctrl: introduce PINCONF_RECURSIVE option

2019-08-13 Thread Simon Glass
On Fri, 2 Aug 2019 at 06:48, Patrick Delaunay wrote: > > In the Linux pinctrl binding, the pin configuration nodes don't need to > be direct children of the pin controller device (may be grandchildren for > example). This behavior is managed with the pinconfig u-class which > recursively bind all

[U-Boot] [RESEND PATCH 2/2] dm: pinctrl: introduce PINCONF_RECURSIVE option

2019-08-02 Thread Patrick Delaunay
In the Linux pinctrl binding, the pin configuration nodes don't need to be direct children of the pin controller device (may be grandchildren for example). This behavior is managed with the pinconfig u-class which recursively bind all the sub-node of the pin controller. But for some binding (when