[U-Boot] [PATCH] drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround

30 Nov
2015
30 Nov
'15
7:40 a.m.
Apply Erratum A007792 sw workaround for T4080
Signed-off-by: Sriram Dash sriram.dash@freescale.com Signed-off-by: Rajesh Bhagat rajesh.bhagat@freescale.com Signed-off-by: Ramneek Mehresh ramneek.mehresh@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
3448
Age (days ago)
3448
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rajesh Bhagat