From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Hunter Subject: Re: [PATCH v1 4/4] mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC Date: Thu, 15 Aug 2019 14:48:51 +0300 Message-ID: References: <20190814072649.8237-1-yinbo.zhu@nxp.com> <20190814072649.8237-4-yinbo.zhu@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190814072649.8237-4-yinbo.zhu@nxp.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Yinbo Zhu , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Ulf Hansson , Li Yang , Claudiu Manoil , Amit Jain , Yangbo Lu , Vabhav Sharma , Rajesh Bhagat , Ashish Kumar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Cc: Alison Wang , Alex Marginean , xiaobo.xie@nxp.com, Catalin Horghidan , Rajat Srivastava , jiafei.pan@nxp.com, linuxppc-dev@lists.ozlabs.org List-Id: devicetree@vger.kernel.org On 14/08/19 10:26 AM, Yinbo Zhu wrote: > This patch is to add erratum A011334 support in ls1028a 1.0 SoC > > Signed-off-by: Yinbo Zhu Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-of-esdhc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c > index b16f7d440f78..eb2b290447fc 100644 > --- a/drivers/mmc/host/sdhci-of-esdhc.c > +++ b/drivers/mmc/host/sdhci-of-esdhc.c > @@ -1006,6 +1006,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", }, > + { .family = "QorIQ LS1028A", .revision = "1.0", }, > { }, > }; > >