diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2010-12-18 21:39:33 +0800 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-12-20 17:30:22 +0100 |
commit | 30a7585ff7464ceb1dceb941700654923becb769 (patch) | |
tree | 42c060756bdc2eb464ced6e34982da49b9311580 /arch/arm/mach-mxs/include/mach/clkdev.h | |
parent | bf985969e27b507f734435a99df8bf745a3dbb2b (diff) |
ARM: mxs: Add clock support
Add clock for MXS-based SoCs, MX23 and MX28.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/clkdev.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/clkdev.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/clkdev.h b/arch/arm/mach-mxs/include/mach/clkdev.h new file mode 100644 index 00000000000..3a8f2e3a630 --- /dev/null +++ b/arch/arm/mach-mxs/include/mach/clkdev.h @@ -0,0 +1,7 @@ +#ifndef __MACH_MXS_CLKDEV_H__ +#define __MACH_MXS_CLKDEV_H__ + +#define __clk_get(clk) ({ 1; }) +#define __clk_put(clk) do { } while (0) + +#endif |