Re: [U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

2017-04-04 Thread Simon Glass
On 31 March 2017 at 22:22, Simon Glass wrote: > On 24 March 2017 at 15:47, Vikas Manocha wrote: >> This patch replaces SPL_PINCTRL_FULL with SPL_PINCNTRL. It is to avoid >> removal >> of pin control properties in case of SPL_PINCTRL. No impact in case of

Re: [U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

2017-03-31 Thread Simon Glass
On 24 March 2017 at 15:47, Vikas Manocha wrote: > This patch replaces SPL_PINCTRL_FULL with SPL_PINCNTRL. It is to avoid removal > of pin control properties in case of SPL_PINCTRL. No impact in case of > SPL_PINCTRL_FULL as it depends on SPL_PINCTRL. > > Signed-off-by: Vikas

Re: [U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

2017-03-31 Thread Simon Glass
Hi Vikas, On 29 March 2017 at 13:33, Vikas MANOCHA wrote: > Hi Michal/Simon, > >> -Original Message- >> From: Vikas MANOCHA >> Sent: Friday, March 24, 2017 2:48 PM >> To: u-boot@lists.denx.de >> Cc: Vikas MANOCHA ; Michal Simek >>

Re: [U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

2017-03-29 Thread Vikas MANOCHA
Hi Michal/Simon, > -Original Message- > From: Vikas MANOCHA > Sent: Friday, March 24, 2017 2:48 PM > To: u-boot@lists.denx.de > Cc: Vikas MANOCHA ; Michal Simek > ; Simon Glass > Subject: [PATCH] dm: avoid dropping pin

[U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

2017-03-24 Thread Vikas Manocha
This patch replaces SPL_PINCTRL_FULL with SPL_PINCNTRL. It is to avoid removal of pin control properties in case of SPL_PINCTRL. No impact in case of SPL_PINCTRL_FULL as it depends on SPL_PINCTRL. Signed-off-by: Vikas Manocha --- dts/Kconfig | 4 ++-- 1 file changed, 2