public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a
@ 2016-11-24  7:14 Changming Huang
  2016-11-30  2:39 ` Jerry Huang
  0 siblings, 1 reply; 5+ messages in thread
From: Changming Huang @ 2016-11-24  7:14 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-01  3:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24  7:14 [U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a Changming Huang
2016-11-30  2:39 ` Jerry Huang
2016-11-30  5:09   ` york sun
2016-11-30 19:09   ` york sun
2016-12-01  3:27     ` Jerry Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox