1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-11 11:16:21 +01:00
Files
u-boot-megous/drivers
Patrick Delaunay 44510daea4 dm: pinctrl: fix for introduce PINCONF_RECURSIVE option
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 e878b53a79 ("dm: pinctrl: introduce PINCONF_RECURSIVE
  option")
- commit c20851b3d8 ("dm: pinctrl: introduce PINCONF_RECURSIVE
  option")

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2019-10-21 09:40:54 -04:00
..
2019-05-21 08:03:38 +02:00
2019-10-18 14:26:59 +02:00
2019-08-11 16:43:41 -04:00
2019-05-18 08:15:35 -04:00
2019-08-11 16:43:41 -04:00
2019-10-14 09:31:41 +02:00
2019-08-11 16:43:41 -04:00
2019-08-07 15:31:04 -04:00
2019-07-19 20:14:50 +02:00
2019-09-19 12:18:53 -04:00
2019-08-11 16:43:41 -04:00
2018-07-19 16:31:38 -04:00
2019-05-24 10:14:10 -07:00
2019-10-15 08:40:02 -06:00
2019-08-11 16:43:41 -04:00
2019-07-19 15:17:05 +02:00
2019-08-11 19:27:41 -04:00
2019-08-11 19:27:41 -04:00