diff options
author | York Sun | 2018-01-29 09:44:35 -0800 |
---|---|---|
committer | York Sun | 2018-01-30 09:14:07 -0800 |
commit | c0c32af0b2f037e3e167c7ac82e7110ebae48fb5 (patch) | |
tree | 2415eb77be8efd66738c5a26779ed949f11d3c17 /include/common_timing_params.h | |
parent | d46ec0bbaf1a38711b493266f49bb26ac9157d8a (diff) |
drivers/ddr/fsl: Add 3DS RDIMM support
On top of RDIMM support, add new register calculation to support
3DS RDIMMs. Only symmetrical 3DS is supported at this time.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/common_timing_params.h')
-rw-r--r-- | include/common_timing_params.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common_timing_params.h b/include/common_timing_params.h index b97147db419..070010728b8 100644 --- a/include/common_timing_params.h +++ b/include/common_timing_params.h @@ -26,6 +26,7 @@ typedef struct { unsigned int trrds_ps; unsigned int trrdl_ps; unsigned int tccdl_ps; + unsigned int trfc_slr_ps; #else unsigned int twtr_ps; /* maximum = 63750 ps */ unsigned int trfc_ps; /* maximum = 255 ns + 256 ns + .75 ns |