Oups, should have read every part of the documentation...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 12 Mar 2013 21:18:09 +0000 (22:18 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
drivers/eeprom.c

index c3fccc8..94247fa 100644 (file)
@@ -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