diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-03-09 09:11:55 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-02 12:07:53 +0200 |
commit | 2af9e6db14db9a7a0a6510227352fb2e69f9d032 (patch) | |
tree | 82ed54efd520f694d3b8689e0a0ab5f4e3feb15b /arch/arm/mach-imx/clk.h | |
parent | 6c7b06850c5a1615cc9e660e0d24ce2025bb9bcf (diff) | |
download | blackbird-obmc-linux-2af9e6db14db9a7a0a6510227352fb2e69f9d032.tar.gz blackbird-obmc-linux-2af9e6db14db9a7a0a6510227352fb2e69f9d032.zip |
ARM i.MX: Add common clock support for pllv1
The pllv1 is found on i.MX1, i.M25, i.MX27, i.MX31 and i.MX35.
Currently only reading the rate is supported.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r-- | arch/arm/mach-imx/clk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h index 00f2590e0b38..8a4aee61866a 100644 --- a/arch/arm/mach-imx/clk.h +++ b/arch/arm/mach-imx/clk.h @@ -5,7 +5,7 @@ #include <linux/clk-provider.h> #include <mach/clock.h> -struct clk *imx_clk_pllv1(const char *name, char *parent, +struct clk *imx_clk_pllv1(const char *name, const char *parent, void __iomem *base); static inline struct clk *imx_clk_fixed(const char *name, int rate) |