On Thu, Dec 09, 2021 at 07:28:12PM +0100, Krzysztof Kozlowski wrote: > On 09/12/2021 17:45, 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 <marten.lindahl@xxxxxxxx> > > --- > > > > v2: > > - Change compatible string vendor prefix > > > > drivers/mmc/host/dw_mmc-exynos.c | 47 ++++++++++++++++++++++++-------- > > 1 file changed, 36 insertions(+), 11 deletions(-) > > Hi Krzysztof! > > Here you dropped my tag as well. I'm very sorry. I will of course add it right away. Kind regards Mårten > > Best regards, > Krzysztof