commit | da7ada014df7085a70945970f36b38e83074377e | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Mon Aug 17 16:11:04 2015 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Sep 02 15:34:12 2015 +0200 |
tree | 6e9ca6b153217ecc02fcfa5b7cd2292e8769fd13 | |
parent | 77e86959e6e1760a4f726e8072305274e3722bbe [diff] |
imx: mx6: ddr: add LPDDR2 support Add LPDDR2 support: 1. Implement a function mx6_lpddr2_cfg to initialize MMDC for LPDDR2. 2. Introduce a structure mx6_lpddr2_cfg, most entrys are same to mx6_ddr3_cfg, but still keep it a single one for easy to choose parameters for LPDDR2. 3. If ddr_type is LPDDR2, use mx6_lpddr2_cfg to init MMDC. 4. Update comments. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Tim Harvey <tharvey@gateworks.com>