commit | 9a878d53bab18114680b48d01c4d6c51c66ab55c | [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 | 7b5b480fe67b8128202a78834ab65c07d1acbe66 [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>