mmc: dw_mmc-exynos: Add support for ARTPEC-8
authorMårten Lindahl <marten.lindahl@axis.com>
Mon, 20 Dec 2021 11:30:24 +0000 (12:30 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 21 Dec 2021 12:28:41 +0000 (13:28 +0100)
commit91e2ca227b4112640b2acb7a8698651ce814e93a
treeb5511c4582d022afedf337ba7261899c96e08323
parentd7d87484bea9a8fd25f58f045b371a6be5c354a9
mmc: dw_mmc-exynos: Add support for ARTPEC-8

The ARTPEC-8 SoC has a DWMMC controller that is compatible with the
Exynos 7 version v2.70a. The main differences from Exynos 7 is that it
does not support HS400 and has extended data read timeout.

This patch adds compatibility string "axis,artpec8-dw-mshc" for
ARTPEC-8, and DW_MCI_TYPE_ARTPEC8 is added to the dw_mci_exynos_type.

Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211220113026.21129-3-marten.lindahl@axis.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc-exynos.c