aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hansson <[email protected]>2012-10-22 15:58:00 +0200
committerMike Turquette <[email protected]>2012-11-12 10:20:22 -0800
commitd4915cf5f6190b94411c3102078ac4b86149fe59 (patch)
tree50d1aa2f8ca6bcb347549cbe72e37d65cb7c9859
parent15e66cd8d029de8055822a98c5a72a4414ffc0a6 (diff)
clk: ux500: Update rtc clock lookup for u8500
Signed-off-by: Ulf Hansson <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Lee Jones <[email protected]> Signed-off-by: Mike Turquette <[email protected]>
-rw-r--r--drivers/clk/ux500/u8500_clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index be843ba1f49a..0aae92956844 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -40,7 +40,7 @@ void u8500_clk_init(void)
CLK_IS_ROOT|CLK_IGNORE_UNUSED,
32768);
clk_register_clkdev(clk, "clk32k", NULL);
- clk_register_clkdev(clk, NULL, "rtc-pl031");
+ clk_register_clkdev(clk, "apb_pclk", "rtc-pl031");
/* PRCMU clocks */
fw_version = prcmu_get_fw_version();