Re: [U-Boot] [PATCH] imx: Select the pinctrl drivers when DM is used

2019-06-05 Thread Lukasz Majewski
Hi Fabio, > On Fri, 24 May 2019 09:50:53 -0300 > Fabio Estevam wrote: > > > When using device model it is required to select the pinctrl > > drivers so that the pins can be properly configured via > > devicetree. > > > > mx6sabreauto board is an example of a target that uses DM and does > >

Re: [U-Boot] [PATCH] imx: Select the pinctrl drivers when DM is used

2019-06-04 Thread Sjoerd Simons
On Fri, 2019-05-24 at 09:50 -0300, Fabio Estevam wrote: > When using device model it is required to select the pinctrl > drivers so that the pins can be properly configured via > devicetree. > > mx6sabreauto board is an example of a target that uses DM and does > not select the pinctrl drivers. >

Re: [U-Boot] [PATCH] imx: Select the pinctrl drivers when DM is used

2019-05-24 Thread Lukasz Majewski
On Fri, 24 May 2019 09:50:53 -0300 Fabio Estevam wrote: > When using device model it is required to select the pinctrl > drivers so that the pins can be properly configured via > devicetree. > > mx6sabreauto board is an example of a target that uses DM and does > not select the pinctrl drivers.

[U-Boot] [PATCH] imx: Select the pinctrl drivers when DM is used

2019-05-24 Thread Fabio Estevam
When using device model it is required to select the pinctrl drivers so that the pins can be properly configured via devicetree. mx6sabreauto board is an example of a target that uses DM and does not select the pinctrl drivers. Instead of doing the pinctrl driver selection in each individual