]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-s3c/dev-i2c1.c
i2c-s3c2410: sda_delay should be in ns, not clock ticks
[linux-2.6-omap-h63xx.git] / arch / arm / plat-s3c / dev-i2c1.c
index 2387fbf57af6da984b49dce28fcf08a55a6afee5..4536e5bb50e5fbad2ffffbd9b1cc1908c752355b 100644 (file)
@@ -49,7 +49,7 @@ static struct s3c2410_platform_i2c default_i2c_data1 __initdata = {
        .slave_addr     = 0x10,
        .bus_freq       = 100*1000,
        .max_freq       = 400*1000,
-       .sda_delay      = S3C2410_IICLC_SDA_DELAY5 | S3C2410_IICLC_FILTER_ON,
+       .sda_delay      = 100,
 };
 
 void __init s3c_i2c1_set_platdata(struct s3c2410_platform_i2c *pd)