]> git.dujemihanovic.xyz Git - u-boot.git/commit
nitrogen6x: add missing pinctrl to fix mmc
authorGary Bisson <gary.bisson@boundarydevices.com>
Wed, 5 Jan 2022 13:17:53 +0000 (14:17 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 8 Jan 2022 16:16:03 +0000 (11:16 -0500)
commit1b2fb345d755d214728ef7377c06a00dc5d6759b
treeaaaf57b40c04e729f7a1709046fa3944b46819cf
parent8f758683a8077a13571f6ad57ccb4d7fe9e7b184
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>
configs/nitrogen6dl2g_defconfig
configs/nitrogen6dl_defconfig
configs/nitrogen6q2g_defconfig
configs/nitrogen6q_defconfig
configs/nitrogen6s1g_defconfig
configs/nitrogen6s_defconfig