projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6b749
)
clk: qcom: mdp_lut_clk is a child of mdp_src
author
Stephen Boyd
<sboyd@codeaurora.org>
Wed, 9 Jul 2014 01:36:06 +0000
(18:36 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 15 Jul 2014 23:39:01 +0000
(16:39 -0700)
The mdp_lut_clk isn't a child of the mdp_clk. Instead it's the
child of the mdp_src clock. Fix it.
Fixes:
6d00b56fe
"clk: qcom: Add support for MSM8960's multimedia clock controller (MMCC)"
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/mmcc-msm8960.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/qcom/mmcc-msm8960.c
b/drivers/clk/qcom/mmcc-msm8960.c
index b050433af38eab3c9454d3845cb41f27dc03ff5f..7985982ab4e9d04d493df3ed856b26007b9a1d8c 100644
(file)
--- a/
drivers/clk/qcom/mmcc-msm8960.c
+++ b/
drivers/clk/qcom/mmcc-msm8960.c
@@
-1117,7
+1117,7
@@
static struct clk_branch mdp_lut_clk = {
.enable_reg = 0x016c,
.enable_mask = BIT(0),
.hw.init = &(struct clk_init_data){
- .parent_names = (const char *[]){ "mdp_
clk
" },
+ .parent_names = (const char *[]){ "mdp_
src
" },
.num_parents = 1,
.name = "mdp_lut_clk",
.ops = &clk_branch_ops,