aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/iomux-mx2x.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-15 15:52:34 -0500
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-24 04:07:15 -0500
commit111588f8304b7e13f107bd4c590e8d3939ad907d (patch)
tree3219b13ca6f3fcad6e79ad32c645af84facb2300 /arch/arm/plat-mxc/include/mach/iomux-mx2x.h
parent261f6f681ced65de82a619f6802ebe82fd9af080 (diff)
arm/imx/iomux-v1: rename header file
Addionally make iomux-mx*.h headers stand-alone and similar to iomux-v3 platform files should include their platform iomux header from now on. For now iomux.h simply includes all iomux-v1 platform headers and so provides compatibility until all files are converted. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/iomux-mx2x.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/iomux-mx2x.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx2x.h b/arch/arm/plat-mxc/include/mach/iomux-mx2x.h
index 522e83a570f2..c4f116d214f2 100644
--- a/arch/arm/plat-mxc/include/mach/iomux-mx2x.h
+++ b/arch/arm/plat-mxc/include/mach/iomux-mx2x.h
@@ -19,10 +19,6 @@
19#ifndef __MACH_IOMUX_MX2x_H__ 19#ifndef __MACH_IOMUX_MX2x_H__
20#define __MACH_IOMUX_MX2x_H__ 20#define __MACH_IOMUX_MX2x_H__
21 21
22#ifndef GPIO_PORTA
23#error Please include mach/iomux.h
24#endif
25
26/* Primary GPIO pin functions */ 22/* Primary GPIO pin functions */
27 23
28#define PA5_PF_LSCLK (GPIO_PORTA | GPIO_PF | GPIO_OUT | 5) 24#define PA5_PF_LSCLK (GPIO_PORTA | GPIO_PF | GPIO_OUT | 5)