diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-09-20 08:05:14 -0700 |
---|---|---|
committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-11-04 15:27:06 -0400 |
commit | d64b5b89159dad129e4e07d4267c549b6d473386 (patch) | |
tree | 9c1f126373de1a474d772094f9e46b7ec7a8e46e /include/configs/omap3_overo.h | |
parent | 8345fb242c952b2bb993ac43ecc53eac0108f80c (diff) | |
download | u-boot-d64b5b89159dad129e4e07d4267c549b6d473386.tar.gz u-boot-d64b5b89159dad129e4e07d4267c549b6d473386.tar.xz u-boot-d64b5b89159dad129e4e07d4267c549b6d473386.zip |
ARMV7: OMAP3: Add expansion board detection for Overo
Overo expansion boards contain an i2c eeprom to identify themselves.
This patch adds code to read and parse the eeprom contents. It prints
the expansion board name and revision and modifies environment variables
as appropriate.
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r-- | include/configs/omap3_overo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 0292078745..052d503b35 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -119,6 +119,7 @@ #define CONFIG_SYS_I2C_SLAVE 1 #define CONFIG_SYS_I2C_BUS 0 #define CONFIG_SYS_I2C_BUS_SELECT 1 +#define CONFIG_I2C_MULTI_BUS 1 #define CONFIG_DRIVER_OMAP34XX_I2C 1 /* |