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

Tom Rini trini at konsulko.com
Mon Oct 21 17:26:16 UTC 2019


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 always needed to call pinctrl_post_bind for UCLASS_PINCTRL
> "pinctrl", the test CONFIG_IS_ENABLED(PINCONF_RECURSIVE) need to
> be removed for this driver.
> 
> This correct a regression introduced because the same patch is
> applied twice times in u-boot-dm branch:
> - commit e878b53a79d1 ("dm: pinctrl: introduce PINCONF_RECURSIVE
>   option")
> - commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURSIVE
>   option")
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191021/b11b7105/attachment.sig>


More information about the U-Boot mailing list