diff options
author | Rajesh Bhagat <rajesh.bhagat@freescale.com> | 2015-11-30 12:31:34 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-07 00:14:59 +0100 |
commit | 7310ac4961c3a8793c1830c70137455409251605 (patch) | |
tree | 0f8f6cf108e8b49d855b2cb9c81233ae4e3c33ce | |
parent | c2ad4e1b9f965d4ee4a5630216ba4123a77e1784 (diff) | |
download | u-boot-7310ac4961c3a8793c1830c70137455409251605.tar.gz u-boot-7310ac4961c3a8793c1830c70137455409251605.tar.bz2 u-boot-7310ac4961c3a8793c1830c70137455409251605.zip |
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>
-rw-r--r-- | include/fsl_usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_usb.h b/include/fsl_usb.h index 8e3ddedfad..187e384305 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: |