From 25afe55de592f7b021d114d36c9ae3ae6c3bc01b Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Tue, 8 Mar 2016 09:18:05 +0530 Subject: ARM: DRA7: Enable EEPROM support Enable EEPROM support for DRA74-evm. Acked-by: Nishanth Menon Reviewed-by: Tom Rini Signed-off-by: Lokesh Vutla --- include/configs/dra7xx_evm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/dra7xx_evm.h') 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 */ -- cgit v1.2.1