[PATCH v2 6/9] mmc: msm_sdhci: Add SDCC version 5.0.0 support

2022-07-08 Thread Sumit Garg
For SDCC version 5.0.0, MCI registers are removed from SDCC interface and some registers are moved to HC. So add support to use the new compatible string "qcom,sdhci-msm-v5". Based on this new msm variant, pick the relevant variant data and use it to detect MCI presence thereby configuring register

Re: [PATCH v2 6/9] mmc: msm_sdhci: Add SDCC version 5.0.0 support

2022-07-11 Thread Ramon Fried
On Fri, Jul 8, 2022 at 4:14 PM Sumit Garg wrote: > > For SDCC version 5.0.0, MCI registers are removed from SDCC interface > and some registers are moved to HC. So add support to use the new > compatible string "qcom,sdhci-msm-v5". Based on this new msm variant, > pick the relevant variant data an