On 7/03/19 4:32 AM, Yinbo Zhu wrote: > From: Yinbo Zhu <yinbo.zhu@xxxxxxx> > > This patch is to add erratum A011334 support in lx2160 2.0 SoC > > Signed-off-by: Yinbo Zhu <yinbo.zhu@xxxxxxx> Acked-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > --- > drivers/mmc/host/sdhci-of-esdhc.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c > index 8071fde..485a32f 100644 > --- a/drivers/mmc/host/sdhci-of-esdhc.c > +++ b/drivers/mmc/host/sdhci-of-esdhc.c > @@ -954,6 +954,7 @@ static SIMPLE_DEV_PM_OPS(esdhc_of_dev_pm_ops, > > static struct soc_device_attribute soc_fixup_sdhc_clkdivs[] = { > { .family = "QorIQ LX2160A", .revision = "1.0", }, > + { .family = "QorIQ LX2160A", .revision = "2.0", }, > { }, > }; > >