projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e66cd
)
clk: ux500: Update rtc clock lookup for u8500
author
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 22 Oct 2012 13:58:00 +0000
(15:58 +0200)
committer
Mike Turquette
<mturquette@linaro.org>
Mon, 12 Nov 2012 18:20:22 +0000
(10:20 -0800)
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>
drivers/clk/ux500/u8500_clk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/ux500/u8500_clk.c
b/drivers/clk/ux500/u8500_clk.c
index
be843ba
..
0aae929
100644
(file)
--- 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();