commit | 5103a03a0be2fd1a5270046d9f2bc77916e33a56 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat Jan 29 15:36:10 2011 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Feb 03 02:46:12 2011 -0600 |
tree | 969486ff9a138e255386e4767525027454235448 | |
parent | 6e7f0bc0ce33adbd028f4e34b7e9d3bf46e0f95b [diff] |
fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020) Data timeout counter (SYSCTL[DTOCV]) is not reliable for values of 4, 8, and 12. Program one more than the desired value: 4 -> 5, 8 -> 9, 12 -> 13. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>