mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
drivers:usb:fsl: Add affected SOCs for USB Erratum A007792
Add following affected SOCs and their personalities for USB
Erratum A007792 :
T1040 Rev 1.1
T1024 Rev 1.0
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
0c77106095
commit
4a4323af3d
1 changed files with 6 additions and 1 deletions
|
|
@ -182,8 +182,13 @@ static inline bool has_erratum_a007792(void)
|
|||
case SVR_T4240:
|
||||
case SVR_T4160:
|
||||
return IS_SVR_REV(svr, 2, 0);
|
||||
case SVR_T1040:
|
||||
case SVR_T1024:
|
||||
case SVR_T1023:
|
||||
return IS_SVR_REV(svr, 1, 0);
|
||||
case SVR_T1040:
|
||||
case SVR_T1042:
|
||||
case SVR_T1020:
|
||||
case SVR_T1022:
|
||||
case SVR_T2080:
|
||||
case SVR_T2081:
|
||||
return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue