]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch
u-boot git: sync with OE for beagleboard
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 0010-OMAP3-Overo-set-CONFIG_SYS_I2C_SPEED-to-400Khz.patch
1 From 6ced8e0d859ea9cddbc2ec4a94a4c7394f1ee4c5 Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Tue, 16 Feb 2010 10:03:14 -0800
4 Subject: [PATCH 10/51] OMAP3: Overo: set CONFIG_SYS_I2C_SPEED to 400Khz
6 ---
7  include/configs/omap3_overo.h |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
11 index 113c6df..27b5476 100644
12 --- a/include/configs/omap3_overo.h
13 +++ b/include/configs/omap3_overo.h
14 @@ -112,7 +112,7 @@
15  
16  #define CONFIG_SYS_NO_FLASH
17  #define CONFIG_HARD_I2C                        1
18 -#define CONFIG_SYS_I2C_SPEED           100000
19 +#define CONFIG_SYS_I2C_SPEED           400000
20  #define CONFIG_SYS_I2C_SLAVE           1
21  #define CONFIG_SYS_I2C_BUS             0
22  #define CONFIG_SYS_I2C_BUS_SELECT      1
23 -- 
24 1.6.6.1