commit | e014ed5e80c073dd4483460a31bbe258e962be26 | [log] [tgz] |
---|---|---|
author | Gary Bisson <gary.bisson@boundarydevices.com> | Wed Jan 05 14:17:53 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 08 11:16:03 2022 -0500 |
tree | aaaf57b40c04e729f7a1709046fa3944b46819cf | |
parent | 8283259fc4d53b24a9b8f15de7ad76aedb8b401b [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>