[U-Boot] [PATCH] 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 --- Depends on this patch: https://patchwork.ozlabs.org/patch/1031817/ --- 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

On Mon, Feb 4, 2019 at 7:19 AM Chris Spencer spencercw@gmail.com wrote:
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
Depends on this patch: https://patchwork.ozlabs.org/patch/1031817/
Reviewed-by: Fabio Estevam festevam@gmail.com
participants (2)
-
Chris Spencer
-
Fabio Estevam