diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-06-04 05:32:12 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-14 06:40:42 -0400 |
commit | 8c25c36f33157a2e2a1fcd60b6dc00feace80631 (patch) | |
tree | 8647a0a59c6ed009a90618cd16ac524e2038fcaf /arch/arm/plat-mxc/include/mach/common.h | |
parent | a058cbc17901108de9179dccdb29dff0e00c79fe (diff) |
Add i.MX25 support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/common.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h index cd8f215c1ad2..4e7af7412396 100644 --- a/arch/arm/plat-mxc/include/mach/common.h +++ b/arch/arm/plat-mxc/include/mach/common.h | |||
@@ -16,18 +16,21 @@ struct clk; | |||
16 | 16 | ||
17 | extern void mx1_map_io(void); | 17 | extern void mx1_map_io(void); |
18 | extern void mx21_map_io(void); | 18 | extern void mx21_map_io(void); |
19 | extern void mx25_map_io(void); | ||
19 | extern void mx27_map_io(void); | 20 | extern void mx27_map_io(void); |
20 | extern void mx31_map_io(void); | 21 | extern void mx31_map_io(void); |
21 | extern void mx35_map_io(void); | 22 | extern void mx35_map_io(void); |
22 | extern void mxc_init_irq(void __iomem *); | 23 | extern void mxc_init_irq(void __iomem *); |
23 | extern void mx1_init_irq(void); | 24 | extern void mx1_init_irq(void); |
24 | extern void mx21_init_irq(void); | 25 | extern void mx21_init_irq(void); |
26 | extern void mx25_init_irq(void); | ||
25 | extern void mx27_init_irq(void); | 27 | extern void mx27_init_irq(void); |
26 | extern void mx31_init_irq(void); | 28 | extern void mx31_init_irq(void); |
27 | extern void mx35_init_irq(void); | 29 | extern void mx35_init_irq(void); |
28 | extern void mxc_timer_init(struct clk *timer_clk, void __iomem *, int); | 30 | extern void mxc_timer_init(struct clk *timer_clk, void __iomem *, int); |
29 | extern int mx1_clocks_init(unsigned long fref); | 31 | extern int mx1_clocks_init(unsigned long fref); |
30 | extern int mx21_clocks_init(unsigned long lref, unsigned long fref); | 32 | extern int mx21_clocks_init(unsigned long lref, unsigned long fref); |
33 | extern int mx25_clocks_init(unsigned long fref); | ||
31 | extern int mx27_clocks_init(unsigned long fref); | 34 | extern int mx27_clocks_init(unsigned long fref); |
32 | extern int mx31_clocks_init(unsigned long fref); | 35 | extern int mx31_clocks_init(unsigned long fref); |
33 | extern int mx35_clocks_init(void); | 36 | extern int mx35_clocks_init(void); |