mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,10 @@ bool has_erratum_a010151(void)
|
||||||
#ifdef CONFIG_ARM64
|
#ifdef CONFIG_ARM64
|
||||||
case SVR_LS2080A:
|
case SVR_LS2080A:
|
||||||
case SVR_LS2085A:
|
case SVR_LS2085A:
|
||||||
|
/* fallthrough */
|
||||||
|
case SVR_LS2088A:
|
||||||
|
/* fallthrough */
|
||||||
|
case SVR_LS2081A:
|
||||||
case SVR_LS1046A:
|
case SVR_LS1046A:
|
||||||
case SVR_LS1012A:
|
case SVR_LS1012A:
|
||||||
return IS_SVR_REV(svr, 1, 0);
|
return IS_SVR_REV(svr, 1, 0);
|
||||||
|
|
Loading…
Reference in a new issue