diff options
author | Nikhil Badola <nikhil.badola@freescale.com> | 2014-10-17 09:12:07 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-11-24 09:27:04 -0800 |
commit | f3dff695e155469c2c62edb7f3d571df8b3b20ad (patch) | |
tree | b956e0036e6a2e63df7a6b0dc7e9327cdc5b0834 /arch/powerpc/include | |
parent | c26c80a1a4e2e2e7e4c9806e9123bf027c02f711 (diff) | |
download | u-boot-imx-f3dff695e155469c2c62edb7f3d571df8b3b20ad.zip u-boot-imx-f3dff695e155469c2c62edb7f3d571df8b3b20ad.tar.gz u-boot-imx-f3dff695e155469c2c62edb7f3d571df8b3b20ad.tar.bz2 |
drivers : usb: fsl: Implement usb Erratum A007798 workaround
Set TXFIFOTHRESH to adjust ddr pipeline delay for successful large
usb writes
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 4c1774f..7860b40 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -678,6 +678,7 @@ #define CONFIG_SYS_FSL_ERRATUM_A006379 #define CONFIG_SYS_FSL_ERRATUM_A007186 #define CONFIG_SYS_FSL_ERRATUM_A006593 +#define CONFIG_SYS_FSL_ERRATUM_A007798 #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 #define CONFIG_SYS_FSL_SFP_VER_3_0 #define CONFIG_SYS_FSL_PCI_VER_3_X |