Skip to content
Commit b1c1759c authored by David Milburn's avatar David Milburn Committed by Jean Delvare
Browse files

i2c-piix4: Increase the intitial delay for the ServerWorks CSB5



Per the PIIX4 errata, there maybe a delay between setting the
start bit in the Smbus Host Controller Register and the transaction
actually starting. If the driver doesn't delay long enough, it
may appear that the transaction is complete when actually it
hasn't started, this may lead to bus collisions.

While 1 ms appears to be enough for most chips, the ServerWorks CSB5
wants 2 ms.

Signed-off-by: default avatarDavid Milburn <dmilburn@redhat.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent f5fff360
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment