From d8bb420807abd76260ed02a088e81a6120634c89 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 12 Mar 2013 22:18:09 +0100 Subject: [PATCH] Oups, should have read every part of the documentation... --- drivers/eeprom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/eeprom.c b/drivers/eeprom.c index c3fccc8..94247fa 100644 --- a/drivers/eeprom.c +++ b/drivers/eeprom.c @@ -40,8 +40,8 @@ #define EEPROM_ID_SMALL_PAGE_SIZE 16 /* Big eeprom : from 4k bytes and above : These use two address bytes, and the three * physical address pins are used to set the chip address. On DTPlug modules they should - * have address 0xA2. */ -#define EEPROM_ID_BIG_ADDR 0xA2 + * have address 0xA8. */ +#define EEPROM_ID_BIG_ADDR 0xA8 #define EEPROM_ID_BIG_I2C_SIZE 16*1024 #define EEPROM_ID_BIG_PAGE_SIZE 64 -- 2.43.0