Re: [U-Boot] [PATCH v2] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-21 Thread Tom Rini
On Mon, Oct 21, 2019 at 03:02:40PM +0200, Patrick Delaunay wrote: > Correct the name of the define used CONFIG_IS_ENABLED which is > not aligned with Kconfig name: CONFIG_$(SPL_)PINCONF_RECURSIVE. > > The recursive calls is conditional only for UCLASS_PINCONFIG > "pinconfig" driver. > It is alway

[U-Boot] [PATCH v2] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-21 Thread Patrick Delaunay
Correct the name of the define used CONFIG_IS_ENABLED which is not aligned with Kconfig name: CONFIG_$(SPL_)PINCONF_RECURSIVE. The recursive calls is conditional only for UCLASS_PINCONFIG "pinconfig" driver. It is always needed to call pinctrl_post_bind for UCLASS_PINCTRL "pinctrl", the test CONFI