From: Changming Huang <jerry.huang@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a
Date: Thu, 24 Nov 2016 15:14:20 +0800 [thread overview]
Message-ID: <1479971660-1663-1-git-send-email-jerry.huang@nxp.com> (raw)
Enable the errata-a005697 for ls1012a
Signed-off-by: Changming Huang <jerry.huang@nxp.com>
---
drivers/usb/common/fsl-errata.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/usb/common/fsl-errata.c b/drivers/usb/common/fsl-errata.c
index 0dc3dd8..59a69a1 100644
--- a/drivers/usb/common/fsl-errata.c
+++ b/drivers/usb/common/fsl-errata.c
@@ -139,6 +139,10 @@ bool has_erratum_a005697(void)
case SVR_9132:
return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
#endif
+#ifdef CONFIG_ARM
+ case SVR_LS1012A:
+ return IS_SVR_REV(svr, 1, 0);
+#endif
}
return false;
}
--
1.7.9.5
next reply other threads:[~2016-11-24 7:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-24 7:14 Changming Huang [this message]
2016-11-30 2:39 ` [U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a Jerry Huang
2016-11-30 5:09 ` york sun
2016-11-30 19:09 ` york sun
2016-12-01 3:27 ` Jerry Huang
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=1479971660-1663-1-git-send-email-jerry.huang@nxp.com \
--to=jerry.huang@nxp.com \
--cc=u-boot@lists.denx.de \
/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