summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx53-regs.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM iMX53: avoid magic number addressing for internal RAMAlexander Kurz2016-06-271-0/+5
| | | | | | | | | The imx53 SOC features 128kB of internal SRAM which is commonly used in early stages of barebox to store the stack. Avoid magic numbers while addressing this RAM. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX5: Add IPU clocksSascha Hauer2014-05-091-0/+1
| | | | | | | Add the clocks for the IPU on i.MX5. Since these are many only add them when the driver is enabled. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX5: Add SATA supportSascha Hauer2012-12-071-0/+2
| | | | | | Add the convenience wrappers for registering the SATA device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: remove unused improperly prefixed register definesSascha Hauer2012-10-171-4/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: implement clocksource as driverSascha Hauer2012-09-171-19/+0
| | | | | | | To get rid of the register definitions in the SoC header files. platform_device_id is used to distinguish between gpt types. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: add support for the i.MX53Marc Kleine-Budde2011-07-291-0/+139
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>