]> git.baikalelectronics.ru Git - uboot.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)
commit0e29c18239c50bdb0d286e684315656804361fc6
treeaaaf57b40c04e729f7a1709046fa3944b46819cf
parent54d3977b8b12a312b6259574bbb0fda50bed81a0
nitrogen6x: add missing pinctrl to fix mmc

Since commit b432eb7ae48, 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