From 343671e48329a45155e7f04dc8973bd35a7c55d1 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 4 Jun 2018 08:27:50 +0200 Subject: arm64: zynqmp: Enable SPD ddr support for zcu102 targets zcu102 contains DIMM with SPD on it at 0x51 address. For example: i2c dev 13 i2c sdram 51 Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_zcu102.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configs/xilinx_zynqmp_zcu102.h b/include/configs/xilinx_zynqmp_zcu102.h index ca11b97c7c4..ad6bc3d1bf1 100644 --- a/include/configs/xilinx_zynqmp_zcu102.h +++ b/include/configs/xilinx_zynqmp_zcu102.h @@ -39,6 +39,9 @@ #define CONFIG_ZYNQ_EEPROM_BUS 5 #define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x54 +#define CONFIG_SPD_EEPROM +#define CONFIG_DDR_SPD + #include #endif /* __CONFIG_ZYNQMP_ZCU102_H */ -- cgit v1.2.3