linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: jun <jun.yang@nxp.com>
To: <linuxppc-dev@lists.ozlabs.org>
Cc: jun <jun.yang@nxp.com>
Subject: [PATCH] fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
Date: Thu, 27 Oct 2016 00:50:44 +0800	[thread overview]
Message-ID: <1477500644-31812-1-git-send-email-jun.yang@nxp.com> (raw)

Signed-off-by: jun <jun.yang@nxp.com>
---
 drivers/iommu/fsl_pamu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c
index db3a1cd..a8fe503 100644
--- a/drivers/iommu/fsl_pamu.c
+++ b/drivers/iommu/fsl_pamu.c
@@ -668,7 +668,7 @@ static bool has_erratum_a007907(void)
 {
 	u32 pvr = mfspr(SPRN_PVR);
 
-	if (PVR_VER(pvr) == PVR_VER_E6500 && PVR_REV(pvr) <= 0x20)
+	if (PVR_VER(pvr) == PVR_VER_E6500)
 		return true;
 
 	return false;
-- 
2.7.4

             reply	other threads:[~2016-10-26  8:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-26 16:50 jun [this message]
2016-11-22  7:41 ` fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips Scott Wood
2016-11-22  8:43   ` Jun Yang
2016-11-23 19:14     ` Scott Wood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477500644-31812-1-git-send-email-jun.yang@nxp.com \
    --to=jun.yang@nxp.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).