projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b16351
)
clk: SPEAr600: Fix ethernet clock name for DT based probing
author
Stefan Roese
<sr@denx.de>
Fri, 11 May 2012 08:41:18 +0000
(10:41 +0200)
committer
Mike Turquette
<mturquette@linaro.org>
Mon, 25 Jun 2012 23:51:47 +0000
(16:51 -0700)
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Viresh Kumar <viresh.kumar@st.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/spear/spear6xx_clock.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/spear/spear6xx_clock.c
b/drivers/clk/spear/spear6xx_clock.c
index 554d64b062a169fe93a1851280ab8a8e9a8f0f7f..61026ae564ab95276b39f302184032c886599d38 100644
(file)
--- a/
drivers/clk/spear/spear6xx_clock.c
+++ b/
drivers/clk/spear/spear6xx_clock.c
@@
-298,7
+298,7
@@
void __init spear6xx_clk_init(void)
clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, PERIP1_CLK_ENB,
GMAC_CLK_ENB, 0, &_lock);
- clk_register_clkdev(clk, NULL, "
gmac
");
+ clk_register_clkdev(clk, NULL, "
e0800000.ethernet
");
clk = clk_register_gate(NULL, "i2c_clk", "ahb_clk", 0, PERIP1_CLK_ENB,
I2C_CLK_ENB, 0, &_lock);