aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-06-15 10:13:54 +0100
committerJon Medhurst <tixy@linaro.org>2012-07-16 14:21:43 +0100
commitcc6571e3e65a5bc69df611779371c2e79bae2b1b (patch)
tree90e0e2e45709f1af499077c11533b4deee9f660d
parente9bbb7b465c7d3f25583d8ba5a81dd50e59fbb11 (diff)
The incorrect clock name prevented successful probing of aaci-pl041 and rtc-pl031. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/mach-vexpress/v2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c
index 1bae1cc7de03..8343f78d9cb6 100644
--- a/arch/arm/mach-vexpress/v2m.c
+++ b/arch/arm/mach-vexpress/v2m.c
@@ -407,7 +407,7 @@ static void __init v2m_clk_init(void)
clk = clk_register_fixed_rate(NULL, "dummy_apb_pclk", NULL,
CLK_IS_ROOT, 0);
- WARN_ON(clk_register_clkdev(clk, "abp_pclk", NULL));
+ WARN_ON(clk_register_clkdev(clk, "apb_pclk", NULL));
clk = clk_register_fixed_rate(NULL, "mb:ref_clk", NULL,
CLK_IS_ROOT, 32768);