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
@ -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…
Reference in New Issue
Block a user