summaryrefslogtreecommitdiff
path: root/configs/imx8mq_evk_defconfig
diff options
context:
space:
mode:
authorChris Spencer <christopher.spencer@sea.co.uk>2019-02-04 10:05:34 +0000
committerStefano Babic <sbabic@denx.de>2019-03-13 09:14:35 +0100
commit61adaf25cae58b37ef3432c4ea463b9fcdc476e4 (patch)
tree0bdd2614ea5ab11a134eced892625f269ac0dbb0 /configs/imx8mq_evk_defconfig
parent78814467a05804254a9dc57ddc61c1c56fdaddd0 (diff)
imx8mq_evk_defconfig: Enable pinctrl driver
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@sea.co.uk> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/imx8mq_evk_defconfig')
-rw-r--r--configs/imx8mq_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
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