fsl/usb: Workaround for USB erratum-A005275
authorChris Packham <judge.packham@gmail.com>
Thu, 4 Oct 2018 07:03:53 +0000 (20:03 +1300)
committerYork Sun <york.sun@nxp.com>
Mon, 29 Oct 2018 20:13:05 +0000 (13:13 -0700)
commit4eaf7f525a0874a1eff0f5666004896cc5c89fa3
tree551c1b5d786f0f8fc0182361ad98f591c6a71481
parent454cf76184c65426b68033a23da086e73663f2fc
fsl/usb: Workaround for USB erratum-A005275

Workaround makes FS as default mode on all affected socs.

Add support to check erratum-A005275 validity for an soc. This info is
required to determine whether a given soc is affected by this erratum.
Add quirk for this erratum "has_fsl_erratum_a005275" . This quirk is used
to enable workaround for the errata

Force FS mode as default by:
        - making EPS as FS
        - setting PFSC bit to disable HS chirping

This workaround can be disabled by mentioning "no_erratum_a005275" in
hwconfig string

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/powerpc/cpu/mpc85xx/Kconfig
arch/powerpc/cpu/mpc85xx/cmd_errata.c
drivers/usb/common/fsl-errata.c
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci.h
include/fsl_usb.h