aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-09 09:11:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-02 12:07:53 +0200
commit2af9e6db14db9a7a0a6510227352fb2e69f9d032 (patch)
tree82ed54efd520f694d3b8689e0a0ab5f4e3feb15b /arch/arm/mach-imx/clk.h
parentARM i.MX: prepare for common clock framework (diff)
downloadlinux-dev-2af9e6db14db9a7a0a6510227352fb2e69f9d032.tar.xz
linux-dev-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.h2
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)