From 30ca705788e56a4acb9f1f31071cb4def171b8e8 Mon Sep 17 00:00:00 2001 From: Vaibhav Hiremath Date: Tue, 29 Sep 2009 20:52:51 +0530 Subject: OMAP3EVM I2C Clock changed to 400KHz There is some dependancy on I2C bus clock configuration of kernel to u-boot. U-boot was configured to 100Khz before which was causing an issue in kernel, so temperory confgured to 400Khz. TODO: - Fix the dependancy of I2C clock. --- include/configs/omap3_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 60d25453d6..a8ac4f9544 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -116,7 +116,7 @@ #undef CONFIG_CMD_IMLS /* List all found images */ #define CONFIG_SYS_NO_FLASH -#define CONFIG_SYS_I2C_SPEED 100000 +#define CONFIG_SYS_I2C_SPEED 400000 #define CONFIG_SYS_I2C_SLAVE 1 #define CONFIG_SYS_I2C_BUS 0 #define CONFIG_SYS_I2C_BUS_SELECT 1 -- cgit v1.2.3