summaryrefslogtreecommitdiffstats
path: root/include/fsl_usb.h
diff options
context:
space:
mode:
authorRajesh Bhagat <rajesh.bhagat@freescale.com>2015-11-30 12:31:34 +0530
committerMarek Vasut <marex@denx.de>2015-12-07 00:14:59 +0100
commit7310ac4961c3a8793c1830c70137455409251605 (patch)
tree0f8f6cf108e8b49d855b2cb9c81233ae4e3c33ce /include/fsl_usb.h
parentc2ad4e1b9f965d4ee4a5630216ba4123a77e1784 (diff)
downloadblackbird-obmc-uboot-7310ac4961c3a8793c1830c70137455409251605.tar.gz
blackbird-obmc-uboot-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>
Diffstat (limited to 'include/fsl_usb.h')
-rw-r--r--include/fsl_usb.h1
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:
OpenPOWER on IntegriCloud