summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/esdctl-v4.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: esdctl-v4: Use __iomem specifier for memory pointerAlexander Shiyan2014-01-291-12/+12
| | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: add esdctl-v4 supportSascha Hauer2012-12-061-0/+710
This adds support for initializing DDR3 RAMs on the i.MX53 type SDRAM controller. The code automatically detects size/layout of the connected RAM, detects the bus width and which chipselects are populated. While I believe this code is not 100% generic, it is far too sophisticated to stay in a single board directory. I'm sure other boards could make use of this aswell. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>