summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx6-ddr-regs.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx: use register defines in imxcfg files instead of plain numbersUwe Kleine-König2017-07-071-0/+2
| | | | | | | | | | | | | This makes the imxcfg files more readable and also makes it possible to share more assignments between machines that just differ by the used SoC. (Though I have to admit that in the cases converted here it just more easily allows to see that the RAM config differs more than probably necessary.) This change is intended to have no effect on the built artifacts. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
* ARM: imx6: add MMDC arbitration control register defineLucas Stach2015-11-091-0/+1
| | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: mach-imx: add more ddr register definesSteffen Trumtrar2014-09-191-0/+6
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: mach-imx: add MMDC and CCM register defines for use in DCDLucas Stach2014-09-011-0/+67
Makes .imxcfg files a lot more readable. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>