fsl/usb: enable errata-a010151 for ls2088a and ls2081a
Signed-off-by: Santan Kumar <santan.kumar@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
0f4e1ace27
commit
e478307918
@ -202,6 +202,10 @@ bool has_erratum_a010151(void)
|
||||
#ifdef CONFIG_ARM64
|
||||
case SVR_LS2080A:
|
||||
case SVR_LS2085A:
|
||||
/* fallthrough */
|
||||
case SVR_LS2088A:
|
||||
/* fallthrough */
|
||||
case SVR_LS2081A:
|
||||
case SVR_LS1046A:
|
||||
case SVR_LS1012A:
|
||||
return IS_SVR_REV(svr, 1, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user