clk: ux500: Update rtc clock lookup for u8500

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
Ulf Hansson 2012-10-22 15:58:00 +02:00 committed by Mike Turquette
parent 15e66cd8d0
commit d4915cf5f6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void u8500_clk_init(void)
CLK_IS_ROOT|CLK_IGNORE_UNUSED, CLK_IS_ROOT|CLK_IGNORE_UNUSED,
32768); 32768);
clk_register_clkdev(clk, "clk32k", NULL); clk_register_clkdev(clk, "clk32k", NULL);
clk_register_clkdev(clk, NULL, "rtc-pl031"); clk_register_clkdev(clk, "apb_pclk", "rtc-pl031");
/* PRCMU clocks */ /* PRCMU clocks */
fw_version = prcmu_get_fw_version(); fw_version = prcmu_get_fw_version();