Re: [PATCH 1/3] sunxi: mmc: ignore card detect in SPL

2023-01-12 Thread Andre Przywara
On Sun, 8 Jan 2023 15:00:29 -0600 Samuel Holland wrote: Hi Samuel, > Thanks for helping to get rid of sunxi_name_to_gpio(). many thanks for the review, that's much appreciated. > > On 7/13/22 11:21, Andre Przywara wrote: > > The sunxi MMC code does not use the DM in the SPL, as we don't have

Re: [PATCH 1/3] sunxi: mmc: ignore card detect in SPL

2023-01-08 Thread Samuel Holland
Hi Andre, Thanks for helping to get rid of sunxi_name_to_gpio(). On 7/13/22 11:21, Andre Przywara wrote: > The sunxi MMC code does not use the DM in the SPL, as we don't have a > device tree available that early, also no space for it. > This also means we cannot access the card-detect GPIO inform

[PATCH 1/3] sunxi: mmc: ignore card detect in SPL

2022-07-13 Thread Andre Przywara
The sunxi MMC code does not use the DM in the SPL, as we don't have a device tree available that early, also no space for it. This also means we cannot access the card-detect GPIO information from there, so we have Kconfig symbols called CONFIG_MMCx_CD_PIN, which each board has to define. This is a