[U-Boot] [PATCH] drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround
Rajesh Bhagat
rajesh.bhagat at freescale.com
Mon Nov 30 07:40:26 CET 2015
Apply Erratum A007792 sw workaround for T4080
Signed-off-by: Sriram Dash <sriram.dash at freescale.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat at freescale.com>
Signed-off-by: Ramneek Mehresh <ramneek.mehresh at freescale.com>
---
include/fsl_usb.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/fsl_usb.h b/include/fsl_usb.h
index 8e3dded..187e384 100644
--- a/include/fsl_usb.h
+++ b/include/fsl_usb.h
@@ -181,6 +181,7 @@ static inline bool has_erratum_a007792(void)
switch (soc) {
case SVR_T4240:
case SVR_T4160:
+ case SVR_T4080:
return IS_SVR_REV(svr, 2, 0);
case SVR_T1024:
case SVR_T1023:
--
2.6.2.198.g614a2ac
More information about the U-Boot
mailing list