commit | 8936691ba69bc322201c62e977e2803cfe67fc40 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Jul 29 09:02:29 2016 -0700 |
committer | York Sun <york.sun@nxp.com> | Tue Aug 02 09:47:34 2016 -0700 |
tree | 2c7aa873b2e5068cfc3aeefd2022719dc0e06fff | |
parent | 473af36a889d3a7e6faad1ec95b926a21c834bf8 [diff] |
driver/ddr/fsl: Fix timing_cfg_2 Commit 5605dc6 tried to fix wr_lat bit in timing_cfg_2, but the change was wrong. wr_lat has 5 bits with MSB at [13] and lower 4 bits at [9:12], in big-endian convention. Signed-off-by: York Sun <york.sun@nxp.com> Reported-by: Thomas Schaefer <Thomas.Schaefer@kontron.com>