From: Rajesh Bhagat <rajesh.bhagat@freescale.com> 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: v2025.01-rc5-pxa1908~10908^2~6 X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-favicon.png?a=commitdiff_plain;h=7310ac4961c3a8793c1830c70137455409251605;p=u-boot.git 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> --- 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: