public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] drivers:usb:fsl: Add affected SOCs for USB Erratum A007792
@ 2015-03-11 10:14 Nikhil Badola
  2015-04-23 23:29 ` [U-Boot] [U-Boot, " York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Badola @ 2015-03-11 10:14 UTC (permalink / raw)
  To: u-boot

Add following affected SOCs and their personalities for USB
Erratum A007792 :
        T1040 Rev 1.1
        T1024 Rev 1.0

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
 include/fsl_usb.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/fsl_usb.h b/include/fsl_usb.h
index d24ffa7..92751dd 100644
--- a/include/fsl_usb.h
+++ b/include/fsl_usb.h
@@ -182,8 +182,13 @@ static inline bool has_erratum_a007792(void)
 	case SVR_T4240:
 	case SVR_T4160:
 		return IS_SVR_REV(svr, 2, 0);
-	case SVR_T1040:
+	case SVR_T1024:
+	case SVR_T1023:
 		return IS_SVR_REV(svr, 1, 0);
+	case SVR_T1040:
+	case SVR_T1042:
+	case SVR_T1020:
+	case SVR_T1022:
 	case SVR_T2080:
 	case SVR_T2081:
 		return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
-- 
1.7.11.7

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

end of thread, other threads:[~2015-04-23 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 10:14 [U-Boot] [PATCH 2/2] drivers:usb:fsl: Add affected SOCs for USB Erratum A007792 Nikhil Badola
2015-04-23 23:29 ` [U-Boot] [U-Boot, " York Sun

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