fsl/usb: enable errata-a010151 for ls2088a and ls2081a
authorSantan Kumar <santan.kumar@nxp.com>
Fri, 9 Jun 2017 06:18:07 +0000 (11:48 +0530)
committerYork Sun <york.sun@nxp.com>
Tue, 1 Aug 2017 15:28:56 +0000 (08:28 -0700)
Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/usb/common/fsl-errata.c

index 4e642ae435a3be29341b5d61c2e619cbf6129593..823beb32f6351bc8ddd81a2cfaaa06009334037c 100644 (file)
@@ -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);