summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-03-08 09:18:05 +0530
committerTom Rini <trini@konsulko.com>2016-03-14 19:18:50 -0400
commit25afe55de592f7b021d114d36c9ae3ae6c3bc01b (patch)
treee48567c26b31de9ac4154eab4758a63eaef72de4 /include/configs/dra7xx_evm.h
parentd3b98a9eb9415578c563ed3a989fefeaa1ec9d6d (diff)
downloadtalos-obmc-uboot-25afe55de592f7b021d114d36c9ae3ae6c3bc01b.tar.gz
talos-obmc-uboot-25afe55de592f7b021d114d36c9ae3ae6c3bc01b.zip
ARM: DRA7: Enable EEPROM support
Enable EEPROM support for DRA74-evm. Acked-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 0196280739..e79250b7f0 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -341,4 +341,8 @@
#endif
#endif /* NOR support */
+/* EEPROM */
+#define CONFIG_EEPROM_CHIP_ADDRESS 0x50
+#define CONFIG_EEPROM_BUS_ADDRESS 0
+
#endif /* __CONFIG_DRA7XX_EVM_H */
OpenPOWER on IntegriCloud