From: Rajesh Bhagat Date: Mon, 30 Nov 2015 07:01:34 +0000 (+0530) Subject: drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround X-Git-Tag: v2016.01-rc2~5^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7310ac4961c3a8793c1830c70137455409251605;p=u-boot 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 Signed-off-by: Rajesh Bhagat Signed-off-by: Ramneek Mehresh --- 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: