Browse Source

drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround

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>
Rajesh Bhagat 8 years ago
parent
commit
7310ac4961
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/fsl_usb.h

+ 1 - 0
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: