aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/iomux.h
diff options
context:
space:
mode:
authorAlan Carvalho de Assis <acassis@gmail.com>2009-11-27 14:09:54 -0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-02 12:06:14 +0100
commit9e3e7afe9bd73cc3fe0d742ba3391e864e234923 (patch)
tree4e944d3f94fcc17c50c48f7d02a8d0bd5c595cf2 /arch/arm/plat-mxc/include/mach/iomux.h
parent9c2daf15ac5aba3c7897540c3b606e54550d9c8f (diff)
downloadkernel_samsung_smdk4412-9e3e7afe9bd73cc3fe0d742ba3391e864e234923.zip
kernel_samsung_smdk4412-9e3e7afe9bd73cc3fe0d742ba3391e864e234923.tar.gz
kernel_samsung_smdk4412-9e3e7afe9bd73cc3fe0d742ba3391e864e234923.tar.bz2
mx27: mxt_td60: Add support to SD/MMC
This patch configures iomux and i2c io expander in order to add support to SD/MMC cards on i-MXT TD60. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/iomux.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/iomux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux.h b/arch/arm/plat-mxc/include/mach/iomux.h
index 6d49f8a..011cfcd 100644
--- a/arch/arm/plat-mxc/include/mach/iomux.h
+++ b/arch/arm/plat-mxc/include/mach/iomux.h
@@ -123,6 +123,7 @@
#define IRQ_GPIOC(x) (IRQ_GPIOB(32) + x)
#define IRQ_GPIOD(x) (IRQ_GPIOC(32) + x)
#define IRQ_GPIOE(x) (IRQ_GPIOD(32) + x)
+#define IRQ_GPIOF(x) (IRQ_GPIOE(32) + x)
extern void mxc_gpio_mode(int gpio_mode);