commit | 48c7d4379bcf70ce331e441b135cfbf3546dd574 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Sun Oct 30 16:33:49 2016 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 29 16:40:25 2016 +0100 |
tree | 291d4b4dc6bfd06bf847b2ff6f5e3a202f681bbe | |
parent | 7f17fb7400ff091dd48f86977655c6a57d06b17c [diff] |
mx6: ddr: add routine to return DDR calibration data Add routine mmdc_read_calibration() to return the output of DDR calibration. This can be used for debugging or to aid in construction of static memory configuration. This routine will be used in a subsequent patch set adding a virtual "mx6memcal" board, but could also be useful when gathering statistics during an initial production run. Signed-off-by: Eric Nelson <eric@nelint.com>