mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
c2ad4e1b9f
commit
7310ac4961
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue