commit | ed0f19b23754dc24f9a2d3c266a36277410f4686 | [log] [tgz] |
---|---|---|
author | John Bonesio <bones@secretlab.ca> | Tue Jul 21 13:15:40 2009 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jul 22 00:07:51 2009 +0100 |
tree | 71410ddd79f86ec0f753ce5c1fab35642b1e4477 | |
parent | bca146578c863a1f37cb191995317e855a0364e1 [diff] |
ASoC: MPC5200: Increase the delay time between resets Reset was failing with the original udelay(50) between the code in psc_ac97_cold_reset() and the call to psc_ac97_warm_reset(). Through testing it was found that a delay of 1ms was necessary for the cold_reset code to consistently complete successfully. Signed-off-by: John Bonesio <bones@secretlab.ca> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>