[U-Boot] [PATCH] 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 --- include/configs/socrates.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 0135ac8..28e8fd2 100644 --- a/include/configs/socrates.h +++ b/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 */

Dear Anatolij Gustschin,
In message 1221644751-13457-1-git-send-email-agust@denx.de you wrote:
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
include/configs/socrates.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Andy, I hope this is OK with you - the patch affects only this single board.
Best regards,
Wolfgang Denk
participants (2)
-
Anatolij Gustschin
-
Wolfgang Denk