commit | 1e2dc03f3a0ad02fa56f96c5d0d78f72504d4117 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Tue Jul 12 12:42:09 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 13:02:04 2022 -0400 |
tree | eef1e10698e116b99beaf714717f3c8c5b59d0d1 | |
parent | 5b32da4c2af554778f6e4d8a85c00d9b572fe3f7 [diff] |
mmc: msm_sdhci: Add SDCC version 5.0.0 support 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 read/write to msm specific registers. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>