[U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a

Changming Huang jerry.huang at nxp.com
Thu Nov 24 08:14:20 CET 2016


Enable the errata-a005697 for ls1012a

Signed-off-by: Changming Huang <jerry.huang at 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



More information about the U-Boot mailing list