Re: [U-Boot] [PATCH v1 2/2] dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()

2019-02-18 Thread Patrick DELAUNAY
Hi, > From: Simon Glass > Sent: vendredi 15 février 2019 18:12 > > On Fri, 15 Feb 2019 at 15:31, Patrice Chotard wrote: > > > > From: Patrick Delaunay > > > > Some binding define child node gpio-controller without compatible property. > > This patch avoid to bind the pinconfig uclass to these

Re: [U-Boot] [PATCH v1 2/2] dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()

2019-02-15 Thread Simon Glass
On Fri, 15 Feb 2019 at 15:31, Patrice Chotard wrote: > > From: Patrick Delaunay > > Some binding define child node gpio-controller without compatible property. > This patch avoid to bind the pinconfig uclass to these node. Some bindings define a child node gpio-controller without a compatible

[U-Boot] [PATCH v1 2/2] dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()

2019-02-15 Thread Patrice Chotard
From: Patrick Delaunay Some binding define child node gpio-controller without compatible property. This patch avoid to bind the pinconfig uclass to these node. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard --- drivers/pinctrl/pinctrl-uclass.c | 3 +++ 1 file changed, 3