aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-mxc/common.h
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 04:02:49 -0400
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 04:02:49 -0400
commit07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc (patch)
tree94a09785b99feebe4c83e836a976fe7fbf146813 /include/asm-arm/arch-mxc/common.h
parente3d13ff4b9d3b05d7a969153e2c049548e25deea (diff)
MXC arch: Add gpio support for the whole platform
This patch bases on the one from Daniel Mack. The most important change to Daniel's patch is to be more generic. This gpio routine supports at least the i.MX27 and i.MX31 processors. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Acked-by: Daniel Mack <daniel@caiaq.de>
Diffstat (limited to 'include/asm-arm/arch-mxc/common.h')
-rw-r--r--include/asm-arm/arch-mxc/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/common.h b/include/asm-arm/arch-mxc/common.h
index c6d4aa360635..8774783ed984 100644
--- a/include/asm-arm/arch-mxc/common.h
+++ b/include/asm-arm/arch-mxc/common.h
@@ -17,5 +17,6 @@ extern void mxc_map_io(void);
17extern void mxc_init_irq(void); 17extern void mxc_init_irq(void);
18extern struct sys_timer mxc_timer; 18extern struct sys_timer mxc_timer;
19extern int mxc_clocks_init(unsigned long fref); 19extern int mxc_clocks_init(unsigned long fref);
20extern int mxc_register_gpios(void);
20 21
21#endif 22#endif