summaryrefslogtreecommitdiffstats
path: root/board/imx21ads
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-16 14:30:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-24 11:36:11 +0200
commit6c5f1c0fdfa52fc76dfb392aa13d6059c75f1843 (patch)
treecb3d6e6d4596424f885b7c3a9172dd4bd571059c /board/imx21ads
parent334fe1dc8a1b866d1f0f4ccf82ff7b06589ec022 (diff)
downloadbarebox-6c5f1c0fdfa52fc76dfb392aa13d6059c75f1843.tar.gz
barebox-6c5f1c0fdfa52fc76dfb392aa13d6059c75f1843.tar.xz
i.MX27: merge iomux pim definitions from kernel
The Kernel pin definitions are more complete and up to date. Being here we also use seperate files for the iomuxer like the other i.MX SoCs already do. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board/imx21ads')
-rw-r--r--board/imx21ads/imx21ads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/imx21ads/imx21ads.c b/board/imx21ads/imx21ads.c
index 9eba19afbd..5e88af4fd8 100644
--- a/board/imx21ads/imx21ads.c
+++ b/board/imx21ads/imx21ads.c
@@ -35,6 +35,7 @@
#include <asm/mach-types.h>
#include <mach/imx-nand.h>
#include <mach/imxfb.h>
+#include <mach/iomux-mx21.h>
#define MX21ADS_IO_REG 0xCC800000
#define MX21ADS_IO_LCDON (1 << 9)