summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-09-20 10:21:33 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-11-04 15:27:11 -0400
commitca5f80ae97cdd211f9e6413369aaadee944f8cb6 (patch)
tree0655b0d3a6c3985ee2e22ea62ddff5534c69038e /include
parentd64b5b89159dad129e4e07d4267c549b6d473386 (diff)
downloadtalos-obmc-uboot-ca5f80ae97cdd211f9e6413369aaadee944f8cb6.tar.gz
talos-obmc-uboot-ca5f80ae97cdd211f9e6413369aaadee944f8cb6.zip
ARMV7: OMAP3: Add expansion board detection for Beagle
Beagle 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. This patch is based on the Overo expansion board code. Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_beagle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 1c9a0075b8..e7d5bd07f2 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -152,6 +152,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
/*
OpenPOWER on IntegriCloud