Explorar o código

socrates: fix SPD EEPROM address

Commit be0bd8234b9777ecd63c4c686f72af070d886517
changed SPD EEPROM address to 0x51 and DDR SDRAM
detection stopped working. Change this address
back to 0x50.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin %!s(int64=16) %!d(string=hai) anos
pai
achega
562788b0a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/configs/socrates.h

+ 1 - 1
include/configs/socrates.h

@@ -117,7 +117,7 @@
 #define CONFIG_CHIP_SELECTS_PER_CTRL	2
 
 /* I2C addresses of SPD EEPROMs */
-#define SPD_EEPROM_ADDRESS	0x51	/* CTLR 0 DIMM 0 */
+#define SPD_EEPROM_ADDRESS	0x50	/* CTLR 0 DIMM 0 */
 
 #define CONFIG_DDR_DEFAULT_CL	30		/* CAS latency 3	*/