]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sfc/falcon.c
sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz
[linux-2.6-omap-h63xx.git] / drivers / net / sfc / falcon.c
index 8acd53de5e7c559bd02cfa8c4778e9dd43c35d77..8cb57987905ec0c1c78bcee7d12dffb2da817698 100644 (file)
@@ -222,7 +222,7 @@ static struct i2c_algo_bit_data falcon_i2c_bit_operations = {
        .setscl         = falcon_setscl,
        .getsda         = falcon_getsda,
        .getscl         = falcon_getscl,
-       .udelay         = 100,
+       .udelay         = 5,
        /*
         * This is the number of system clock ticks after which
         * i2c-algo-bit gives up waiting for SCL to become high.