diff options
author | Gary Bisson | 2022-01-05 14:17:53 +0100 |
---|---|---|
committer | Tom Rini | 2022-01-08 11:16:03 -0500 |
commit | 1b2fb345d755d214728ef7377c06a00dc5d6759b (patch) | |
tree | aaaf57b40c04e729f7a1709046fa3944b46819cf /configs/nitrogen6dl2g_defconfig | |
parent | 8f758683a8077a13571f6ad57ccb4d7fe9e7b184 (diff) |
nitrogen6x: add missing pinctrl to fix mmc
Since commit f7ac30b042d, the pin muxing for mmc was removed from the
board file to be managed by DM_MMC which requires PINCTRL to work. It
made the change for sabrelite but nitrogen configs were forgotten.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'configs/nitrogen6dl2g_defconfig')
-rw-r--r-- | configs/nitrogen6dl2g_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nitrogen6dl2g_defconfig b/configs/nitrogen6dl2g_defconfig index 593a43e5e79..20c5d302577 100644 --- a/configs/nitrogen6dl2g_defconfig +++ b/configs/nitrogen6dl2g_defconfig @@ -68,6 +68,8 @@ CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_FEC_MXC=y CONFIG_MII=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX6=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y |