From: Yinbo Zhu Date: Thu, 7 Mar 2019 02:32:44 +0000 (+0000) Subject: mmc: sdhci-of-esdhc: add erratum A011334 support in lx2160 2.0 SoC X-Git-Tag: v5.4-rc1~1078^2~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e9a6919939b8c3bf1bd7cb00cf6c5c7890b4424;p=platform%2Fkernel%2Flinux-rpi.git mmc: sdhci-of-esdhc: add erratum A011334 support in lx2160 2.0 SoC This patch is to add erratum A011334 support in lx2160 2.0 SoC Signed-off-by: Yinbo Zhu Acked-by: Adrian Hunter Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index 4e669b4..e8cb7a9 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c @@ -955,6 +955,7 @@ static struct soc_device_attribute soc_incorrect_hostver[] = { static struct soc_device_attribute soc_fixup_sdhc_clkdivs[] = { { .family = "QorIQ LX2160A", .revision = "1.0", }, + { .family = "QorIQ LX2160A", .revision = "2.0", }, { }, };