Skip to content
Snippets Groups Projects
Commit 8545c541 authored by jerry.huang@nxp.com's avatar jerry.huang@nxp.com Committed by York Sun
Browse files

fsl/usb: enable the errata-a005697 for ls1012a


Enable the errata-a005697 for ls1012a

Signed-off-by: default avatarChangming Huang <jerry.huang@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 93a1b7cb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment