Commit df1bf4bd authored by Sascha Hauer's avatar Sascha Hauer Committed by Robert Schwebel

i.MX3: introduce clock API

This patch introduces the clock API for for arch-mxc
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent c0db2ea4
......@@ -4,5 +4,5 @@
# Object file lists.
obj-y := mm.o time.o
obj-y := mm.o time.o clock.o
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
This diff is collapsed.
This diff is collapsed.
......@@ -16,5 +16,6 @@ struct sys_timer;
extern void mxc_map_io(void);
extern void mxc_init_irq(void);
extern struct sys_timer mxc_timer;
extern int mxc_clocks_init(unsigned long fref);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment