]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch
TI BSP: add support the OMAP35x EVM board
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch
1 From 305e2cb16f4f6e8c7f13120e6a98bb1e999c764f Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Fri, 26 Feb 2010 12:42:30 -0800
4 Subject: [PATCH 13/37] OMAP3: Overo: change address of expansion eeprom to 0x51 so as to not conflict with EDID address
6 ---
7  board/overo/overo.c |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/board/overo/overo.c b/board/overo/overo.c
11 index ec186ec..f96e7ff 100644
12 --- a/board/overo/overo.c
13 +++ b/board/overo/overo.c
14 @@ -51,7 +51,7 @@ static struct {
15  #define TWL4030_I2C_BUS                        0
16  
17  #define EXPANSION_EEPROM_I2C_BUS       2
18 -#define EXPANSION_EEPROM_I2C_ADDRESS   0x50
19 +#define EXPANSION_EEPROM_I2C_ADDRESS   0x51
20  
21  #define GUMSTIX_VENDORID               0x0200
22  
23 -- 
24 1.6.6.1