diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2009-09-29 20:52:51 +0530 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2009-10-21 16:46:36 -0400 |
commit | 30ca705788e56a4acb9f1f31071cb4def171b8e8 (patch) | |
tree | ee389cd6d856374caf4283a42a3f8acb3c0102b3 /include | |
parent | b828bf4fcc2d97cedfe65bfed4887680bb802544 (diff) |
OMAP3EVM I2C Clock changed to 400KHz2009.03-am3517-evm-200909291522
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap3_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 60d25453d62..a8ac4f95445 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 |