mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
fsl/usb: enable the errata-a005697 for ls1012a
Enable the errata-a005697 for ls1012a Signed-off-by: Changming Huang <jerry.huang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
93a1b7cbb8
commit
8545c5415f
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ bool has_erratum_a005697(void)
|
|||
case SVR_9131:
|
||||
case SVR_9132:
|
||||
return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
|
||||
#endif
|
||||
#ifdef ONFIG_ARM64
|
||||
case SVR_LS1012A:
|
||||
return IS_SVR_REV(svr, 1, 0);
|
||||
#endif
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue