From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2BA2FC433EF for ; Sun, 10 Apr 2022 01:29:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ek9WH1X6u2cU5sbtmHtLfXjHOgD3Zhvo80T/UIbHosA=; b=cRUjbJn/Z2NZUa 216SL/HIshlSyP9bxW5vR/nbGo8aFV8GkKUYk4Ggdv+AoIKwGTGd3G8OT8YPIBHWHJ/IvIgUI7BSk HjpA4MEWdnRTjUKK4kkQMb7UEyx8Yzi77gn58AnPCPib5b+3lRSYiNvwzjCZ3r3WYReoZkRLjwwPA 3kNz2DUM44q4lFmkfTykPHbE4mnO6oiD8O/JpB2n9/GAtvADeAoNVJNhoqehSeAKpqJGA/j0fPA/+ hDvlFi3oxGYwI/YuN0JfFYp1U3b/pBy0OtAF6cNhKJ8L10kfScKdq/Ig/DL6WJbNSRewVJXvFsMuu bwiTL75RwHzcEBxitcNQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndMN6-0041rU-Q0; Sun, 10 Apr 2022 01:28:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndMN3-0041qv-12 for linux-arm-kernel@lists.infradead.org; Sun, 10 Apr 2022 01:28:06 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1AF5060E44; Sun, 10 Apr 2022 01:28:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0377CC385A0; Sun, 10 Apr 2022 01:28:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649554083; bh=KYUIDdGadwCWYX1/JBcmj0ypEv2EUIi/0XYJ3YHRYcg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MiuMcEK/Z6t/pyE3BgZLmvOhtBwX1JfD8Cdj2ZGLQSFPL91Fg+KPeIyBvk5ta5/D0 X63D7ig1OJRiFd6Y28EL3pI4c/tAUe4h/vCB2dTVywrDJqk+RcvzCBO5DubMHxACbC A/a/UthnNPa1WNCk80/oMOFWw6ysQzfdn5YfwwzaobrACqpP/CftTNEbWHoViX1yt4 TheaD+tA/VJ6Scd2NxQKp/+a6xmIsu/j9zFZIZ4Jy882ETkMwixXLrhzdtfMAevpZ7 DTnIElRo7BZdAL1qp5UvZIqqs4SxUEBhcs5RrEmdwyCMuuxN0pBmablP42IF3Pwxfn XzyPVQNTFtRqg== Date: Sun, 10 Apr 2022 09:27:57 +0800 From: Shawn Guo To: Li Yang Cc: Rob Herring , Pankaj Bansal , Sandeep Malik , Priyanka Jain , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/6] arm64: dts: ls208x: remove NXP Erratum A008585 from LS2088A. Message-ID: <20220410012757.GK129381@dragon> References: <20220317190109.3742-1-leoyang.li@nxp.com> <20220317190109.3742-6-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220317190109.3742-6-leoyang.li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220409_182805_162435_85077753 X-CRM114-Status: GOOD ( 16.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Mar 17, 2022 at 02:01:09PM -0500, Li Yang wrote: > From: Pankaj Bansal > > NXP Erratum A008585 affects A57 core cluster used in LS2085rev1. s/LS2085rev1/LS2085 rev1 Shawn > However this problem has been fixed in A72 core cluster used in LS2088. > Therefore remove the erratum from LS2088A. Keeping it only in LS2085. > > Signed-off-by: Pankaj Bansal > Reviewed-by: Sandeep Malik > Acked-by: Priyanka Jain > --- > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 4 ++++ > arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 3 +-- > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi > index 6f6667b70028..a2cadf757148 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi > +++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi > @@ -150,3 +150,7 @@ &pcie4 { > ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */ > 0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ > }; > + > +&timer { > + fsl,erratum-a008585; > +}; > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi > index 3cb9c21d2775..d823d54a01a5 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi > +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi > @@ -239,13 +239,12 @@ map0 { > }; > }; > > - timer { > + timer: timer { > compatible = "arm,armv8-timer"; > interrupts = <1 13 4>, /* Physical Secure PPI, active-low */ > <1 14 4>, /* Physical Non-Secure PPI, active-low */ > <1 11 4>, /* Virtual PPI, active-low */ > <1 10 4>; /* Hypervisor PPI, active-low */ > - fsl,erratum-a008585; > }; > > pmu { > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel