From 6f26597f9d7e01a5da805f0f36529ca8e48dbc9b Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Wed, 29 Apr 2009 10:09:47 +0100 Subject: [PATCH] MINI2440: Slowed down i2c To allow for extra, slower peripherals than the eeprom. Signed-off-by: Michel Pollet --- include/configs/mini2440.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mini2440.h b/include/configs/mini2440.h index 69c94d8a..1ce7fd8b 100644 --- a/include/configs/mini2440.h +++ b/include/configs/mini2440.h @@ -83,7 +83,7 @@ #define CONFIG_DRIVER_S3C24X0_I2C 1 #if (CONFIG_DRIVER_S3C24X0_I2C) #define CONFIG_HARD_I2C 1 -#define CFG_I2C_SPEED 400000 /* 400kHz according to PCF50606 data sheet */ +#define CFG_I2C_SPEED 100000 /* 100kHz */ #define CFG_I2C_SLAVE 0x7f #endif -- 2.11.4.GIT