summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLokesh Vutla <[email protected]>2016-03-08 09:18:05 +0530
committerTom Rini <[email protected]>2016-03-14 19:18:50 -0400
commit25afe55de592f7b021d114d36c9ae3ae6c3bc01b (patch)
treee48567c26b31de9ac4154eab4758a63eaef72de4 /include
parentd3b98a9eb9415578c563ed3a989fefeaa1ec9d6d (diff)
ARM: DRA7: Enable EEPROM support
Enable EEPROM support for DRA74-evm. Acked-by: Nishanth Menon <[email protected]> Reviewed-by: Tom Rini <[email protected]> Signed-off-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'include')
-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 01962807394..e79250b7f0a 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 */