summaryrefslogtreecommitdiff
path: root/include/ddr_spd.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-31 18:44:31 -0500
committerTom Rini <trini@konsulko.com>2018-01-31 18:44:31 -0500
commit48f58a59737739b0f96ceba9f7873178c6d917bf (patch)
treeedbd91290eefd0cd53a1b6af65cd255e57ff5c2e /include/ddr_spd.h
parent2e87980580d0bf4781ad0d63efd456aa1a73d03f (diff)
parent58932ec68cdcd574c85620e285a7b95a49551603 (diff)
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'include/ddr_spd.h')
-rw-r--r--include/ddr_spd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/ddr_spd.h b/include/ddr_spd.h
index d71cd9ab3c0..20dc9ea1a6d 100644
--- a/include/ddr_spd.h
+++ b/include/ddr_spd.h
@@ -382,9 +382,11 @@ struct ddr4_spd_eeprom_s {
/* 135 Register Revision Number */
uint8_t reg_rev;
/* 136 Address mapping from register to DRAM */
- uint8_t reg_map;
- /* 137~253 Reserved */
- uint8_t res_137[254-137];
+ u8 reg_map;
+ u8 ca_stren;
+ u8 clk_stren;
+ /* 139~253 Reserved */
+ u8 res_137[254 - 139];
/* 254~255 CRC */
uint8_t crc[2];
} registered;