summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/iomux-mx1.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM i.MX iomux-v1: Add separate header fileSascha Hauer2012-10-051-0/+2
| | | | | | | | | | - Add a separate header file for the iomux-v1 just like done for iomux-v3. - initialize iomux from SoC code so that we do not depend on IMX_GPIO_BASE anymore. - define registers as offset to the base rather than absolute addresses Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX1: move iomux definitions to separate header fileSascha Hauer2012-10-051-0/+133
Just like we have a separate file for the other i.MX SoCs. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>