summaryrefslogtreecommitdiff
path: root/configs/nitrogen6q_defconfig
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2022-01-05 14:17:53 +0100
committerTom Rini <trini@konsulko.com>2022-01-08 11:16:03 -0500
commit1b2fb345d755d214728ef7377c06a00dc5d6759b (patch)
treeaaaf57b40c04e729f7a1709046fa3944b46819cf /configs/nitrogen6q_defconfig
parent8f758683a8077a13571f6ad57ccb4d7fe9e7b184 (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/nitrogen6q_defconfig')
-rw-r--r--configs/nitrogen6q_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nitrogen6q_defconfig b/configs/nitrogen6q_defconfig
index fca3e5f531..cc08559496 100644
--- a/configs/nitrogen6q_defconfig
+++ b/configs/nitrogen6q_defconfig
@@ -70,6 +70,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