[U-Boot] [PATCH 1/1] fsl/usb: enable errata-a010151 for ls2088a and ls2081a
Santan Kumar
santan.kumar at nxp.com
Fri Jun 9 06:18:07 UTC 2017
Signed-off-by: Santan Kumar <santan.kumar 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 338ac08..383a433 100644
--- a/drivers/usb/common/fsl-errata.c
+++ b/drivers/usb/common/fsl-errata.c
@@ -198,6 +198,10 @@ bool has_erratum_a010151(void)
#ifdef CONFIG_ARM64
case SVR_LS2080A:
case SVR_LS2085A:
+ /* fallthrough */
+ case SVR_LS2088A:
+ /* fallthrough */
+ case SVR_LS2081A:
case SVR_LS1046A:
case SVR_LS1012A:
return IS_SVR_REV(svr, 1, 0);
--
1.9.1
More information about the U-Boot
mailing list