]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
fsl/usb: enable the errata-a005697 for ls1012a
authorjerry.huang@nxp.com <jerry.huang@nxp.com>
Thu, 1 Dec 2016 03:44:25 +0000 (11:44 +0800)
committerYork Sun <york.sun@nxp.com>
Mon, 5 Dec 2016 16:31:45 +0000 (08:31 -0800)
Enable the errata-a005697 for ls1012a

Signed-off-by: Changming Huang <jerry.huang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/usb/common/fsl-errata.c

index 0dc3dd8117058b8c0c016ca0ad23d55c98d141b7..6069c935c12e6e2fe95e0a0f3c303507d3c199c5 100644 (file)
@@ -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;