[U-Boot] [PATCH v2] imx8mq_evk_defconfig: Enable pinctrl driver

Chris Spencer spencercw at gmail.com
Mon Feb 4 10:05:34 UTC 2019


From: Chris Spencer <christopher.spencer at sea.co.uk>

The Ethernet controller is not able to initialise correctly without the
pinctrl driver.

This config setting was enabled in the initial version of this file,
but was removed by a savedefconfig resync because the parameter did not
actually exist at that point.

Fixes: 1bac199e8c87 ("configs: Resync with savedefconfig")
Signed-off-by: Chris Spencer <christopher.spencer at sea.co.uk>
Reviewed-by: Fabio Estevam <festevam at gmail.com>
---
Depends on this patch: https://patchwork.ozlabs.org/patch/1031817/

Changes in v2:
- Added Fabio's Reviewed-by.
- Corrected From address.
---
 configs/imx8mq_evk_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig
index 53025e45bc..68656b0cd3 100644
--- a/configs/imx8mq_evk_defconfig
+++ b/configs/imx8mq_evk_defconfig
@@ -29,6 +29,7 @@ CONFIG_SYS_I2C_MXC=y
 CONFIG_DM_MMC=y
 CONFIG_DM_ETH=y
 CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX8M=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-- 
2.17.1



More information about the U-Boot mailing list