[U-Boot] [PATCH v2 2/3] mx6sabresd: Select pinctrl driver

Fabio Estevam festevam at gmail.com
Tue May 21 13:37:53 UTC 2019


With the conversion to DM we should select the pinctrl driver.

Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
Changes since v1:
- None

 configs/mx6sabresd_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 5c2d055561..f7ba632b2a 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -81,6 +81,8 @@ CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
 CONFIG_MII=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
 CONFIG_PCI=y
 CONFIG_DM_REGULATOR=y
 CONFIG_SPI=y
-- 
2.17.1



More information about the U-Boot mailing list