summaryrefslogtreecommitdiff
path: root/include/fsl_usb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-10-30 16:53:42 -0400
committerTom Rini <trini@konsulko.com>2018-10-30 16:53:42 -0400
commita744370e6f1a4b8f8b578ce41ca2416e8c232c5b (patch)
tree1655d16c3f0cf0fed46024b5c4596da17ab8dfc6 /include/fsl_usb.h
parent454cf76184c65426b68033a23da086e73663f2fc (diff)
parentdb148f2a6938b47cf26c5fd11481e7462a6a793a (diff)
Merge tag 'mpc85xx-for-v2018.11' of git://git.denx.de/u-boot-mpc85xx
Workaround and bug fix for Freescale PowerPC Add workaround for Freescale USB erratum A005275. Correct RCW macros for T1080.
Diffstat (limited to 'include/fsl_usb.h')
-rw-r--r--include/fsl_usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_usb.h b/include/fsl_usb.h
index e9e1dd6905..c0f076b06d 100644
--- a/include/fsl_usb.h
+++ b/include/fsl_usb.h
@@ -87,6 +87,7 @@ struct ccsr_usb_phy {
/* USB Erratum Checking code */
#if defined(CONFIG_PPC) || defined(CONFIG_ARM)
bool has_dual_phy(void);
+bool has_erratum_a005275(void);
bool has_erratum_a006261(void);
bool has_erratum_a007075(void);
bool has_erratum_a007798(void);