diff options
author | Dong Aisheng <b29396@freescale.com> | 2011-11-22 23:54:23 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2011-12-02 13:57:14 +0800 |
commit | 4e1b4ecaa23108a8422c84c602b308d21948d642 (patch) | |
tree | a7f707494ed4985808553ec6b3b9944d1820ac68 /arch/arm/mach-mxs/include/mach/common.h | |
parent | 778825801d9dc3745417d295344b5b1e27de0d86 (diff) | |
download | linux-4e1b4ecaa23108a8422c84c602b308d21948d642.tar.gz linux-4e1b4ecaa23108a8422c84c602b308d21948d642.tar.bz2 linux-4e1b4ecaa23108a8422c84c602b308d21948d642.zip |
ARM: mxs: add saif clkmux functions
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Wolfram Sang <w.sang@pengutronix.de>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Liam Girdwood <lrg@ti.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h index 635bb5d9a20a..3bbb94f4bbe1 100644 --- a/arch/arm/mach-mxs/include/mach/common.h +++ b/arch/arm/mach-mxs/include/mach/common.h @@ -16,6 +16,7 @@ struct clk; extern const u32 *mxs_get_ocotp(void); extern int mxs_reset_block(void __iomem *); extern void mxs_timer_init(struct clk *, int); +extern int mxs_saif_clkmux_select(unsigned int clkmux); extern int mx23_register_gpios(void); extern int mx23_clocks_init(void); |