Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | vf610: refactor DDRMC code | Albert ARIBAUD \\(3ADEV\\) | 2015-10-02 | -15/+25 |
| | | | | | | | | The VF610 DDRMC driver code contains settings which are board-specific. Move these out to boards so that new boards can define their own without having to modify the driver. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | |||
* | ARM: vf610: Move DDR3 initialization to imx-common | Sanchayan Maity | 2015-04-23 | -0/+72 |
In order to avoid code duplication, move the DDR3 initialization to the common place under imx-common. Currently ROW_DIFF and COL_DIFF can be chosen from the board file. The JEDEC timings are specified using a common ddr3_jedec_timings structure. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> |