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:
7cdf04d
)
ARM: S5PV210: Fix the name of exynos4_clk_hdmiphy_ctrl() for S5PV210
author
Kukjin Kim
<kgene.kim@samsung.com>
Sat, 21 Jan 2012 07:32:42 +0000
(16:32 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 27 Jan 2012 06:02:29 +0000
(15:02 +0900)
Should be s5pv210_clk_hdmiphy_ctrl() in mach-s5pv210/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/clock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s5pv210/clock.c
b/arch/arm/mach-s5pv210/clock.c
index c78dfddd77fd374f0377e1c6694ce594ebe5bd98..b9ec0c35379f572ebf63fc9dd4d2af97c5a0d377 100644
(file)
--- a/
arch/arm/mach-s5pv210/clock.c
+++ b/
arch/arm/mach-s5pv210/clock.c
@@
-175,7
+175,7
@@
static int s5pv210_clk_mask1_ctrl(struct clk *clk, int enable)
return s5p_gatectrl(S5P_CLK_SRC_MASK1, clk, enable);
}
-static int
exynos4
_clk_hdmiphy_ctrl(struct clk *clk, int enable)
+static int
s5pv210
_clk_hdmiphy_ctrl(struct clk *clk, int enable)
{
return s5p_gatectrl(S5P_HDMI_PHY_CONTROL, clk, enable);
}
@@
-372,7
+372,7
@@
static struct clk init_clocks_off[] = {
}, {
.name = "hdmiphy",
.devname = "s5pv210-hdmi",
- .enable =
exynos4
_clk_hdmiphy_ctrl,
+ .enable =
s5pv210
_clk_hdmiphy_ctrl,
.ctrlbit = (1 << 0),
}, {
.name = "dacphy",