4bbddcbd5077c81f4bc3b3378761be0d00fb2ba3
[openembedded.git] /
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
5
6 ---
7  board/overo/overo.c |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
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
25