blob: 4bbddcbd5077c81f4bc3b3378761be0d00fb2ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 305e2cb16f4f6e8c7f13120e6a98bb1e999c764f Mon Sep 17 00:00:00 2001
From: Steve Sakoman <steve@sakoman.com>
Date: Fri, 26 Feb 2010 12:42:30 -0800
Subject: [PATCH 13/37] OMAP3: Overo: change address of expansion eeprom to 0x51 so as to not conflict with EDID address
---
board/overo/overo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/overo/overo.c b/board/overo/overo.c
index ec186ec..f96e7ff 100644
--- a/board/overo/overo.c
+++ b/board/overo/overo.c
@@ -51,7 +51,7 @@ static struct {
#define TWL4030_I2C_BUS 0
#define EXPANSION_EEPROM_I2C_BUS 2
-#define EXPANSION_EEPROM_I2C_ADDRESS 0x50
+#define EXPANSION_EEPROM_I2C_ADDRESS 0x51
#define GUMSTIX_VENDORID 0x0200
--
1.6.6.1
|