]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 30 May 2008 21:27:46 +0000 (22:27 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 31 May 2008 02:18:14 +0000 (22:18 -0400)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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.