summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2009-09-29 20:52:51 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:36 -0400
commit30ca705788e56a4acb9f1f31071cb4def171b8e8 (patch)
treeee389cd6d856374caf4283a42a3f8acb3c0102b3
parentb828bf4fcc2d97cedfe65bfed4887680bb802544 (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.
-rw-r--r--include/configs/omap3_evm.h2
1 files changed, 1 insertions, 1 deletions
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