Re: [PATCH] nitrogen6x: add missing pinctrl to fix mmc

2022-01-08 Thread Tom Rini
On Wed, Jan 05, 2022 at 02:17:53PM +0100, Gary Bisson wrote: > 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

Re: [PATCH] nitrogen6x: add missing pinctrl to fix mmc

2022-01-06 Thread Troy Kisky
On 1/5/2022 5:17 AM, Gary Bisson wrote: > 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 > --- > conf

Re: [PATCH] nitrogen6x: add missing pinctrl to fix mmc

2022-01-05 Thread Fabio Estevam
Hi Gary, On Wed, Jan 5, 2022 at 10:18 AM Gary Bisson wrote: > > 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: Gar

[PATCH] nitrogen6x: add missing pinctrl to fix mmc

2022-01-05 Thread Gary Bisson
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 --- configs/nitrogen6dl2g_defconfig | 2 ++ configs/nitrogen6d