summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_t335.h
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2014-08-20 15:08:52 +0300
committerStefano Babic <sbabic@denx.de>2014-09-09 15:32:32 +0200
commit52658fda7abc4319ff7f8fe934d2e7c0a32202d7 (patch)
tree16f6a0edb0a856c39256e8ec539759cb7ccb3f4b /include/configs/cm_t335.h
parent224beb833e544b802f08765271cec07667d39669 (diff)
downloadtalos-obmc-uboot-52658fda7abc4319ff7f8fe934d2e7c0a32202d7.tar.gz
talos-obmc-uboot-52658fda7abc4319ff7f8fe934d2e7c0a32202d7.zip
compulab: eeprom: add support for defining eeprom i2c bus
Create CONFIG_SYS_I2C_EEPROM_BUS #define to tell the EEPROM module what I2C bus the EEPROM is located at. Make cl_eeprom_read() switch to that bus when reading EEPROM. Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Dmitry Lifshitz <lifshitz@compulab.co.il> Cc: Tom Rini <trini@ti.com> Cc: Marek Vasut <marex@denx.de> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Acked-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'include/configs/cm_t335.h')
-rw-r--r--include/configs/cm_t335.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h
index a3e6452ec1..767ef3a266 100644
--- a/include/configs/cm_t335.h
+++ b/include/configs/cm_t335.h
@@ -107,6 +107,7 @@
/* I2C Configuration */
#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
+#define CONFIG_SYS_I2C_EEPROM_BUS 0
/* SPL */
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds"
OpenPOWER on IntegriCloud