summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch b/recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch
new file mode 100644
index 00000000..4bbddcbd
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/0013-OMAP3-Overo-change-address-of-expansion-eeprom-to-0x.patch
@@ -0,0 +1,25 @@
1From 305e2cb16f4f6e8c7f13120e6a98bb1e999c764f Mon Sep 17 00:00:00 2001
2From: Steve Sakoman <steve@sakoman.com>
3Date: Fri, 26 Feb 2010 12:42:30 -0800
4Subject: [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
10diff --git a/board/overo/overo.c b/board/overo/overo.c
11index 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--
241.6.6.1
25