Re: [PATCH v2 2/4] mmc: dw_mmc-exynos: Add support for ARTPEC-8
From: Krzysztof Kozlowski <hidden>
Date: 2021-12-07 09:40:49
Also in:
linux-arm-kernel, linux-mmc, linux-samsung-soc
From: Krzysztof Kozlowski <hidden>
Date: 2021-12-07 09:40:49
Also in:
linux-arm-kernel, linux-mmc, linux-samsung-soc
On 06/12/2021 15:29, Mårten Lindahl wrote:
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 <redacted> --- v2: - Change compatible string vendor prefix drivers/mmc/host/dw_mmc-exynos.c | 47 ++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 11 deletions(-)
Acked-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof