Commit 5356deea authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Sasha Levin

clk: qcom: msm8960: fix ce3_core clk enable register

[ Upstream commit 732d6913 ]

This patch corrects the enable register offset which is actually 0x36cc
instead of 0x36c4
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fixes: 5f775498 ("clk: qcom: Fully support apq8064 global clock control")
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent ea0b2413
...@@ -2769,7 +2769,7 @@ static struct clk_branch ce3_core_clk = { ...@@ -2769,7 +2769,7 @@ static struct clk_branch ce3_core_clk = {
.halt_reg = 0x2fdc, .halt_reg = 0x2fdc,
.halt_bit = 5, .halt_bit = 5,
.clkr = { .clkr = {
.enable_reg = 0x36c4, .enable_reg = 0x36cc,
.enable_mask = BIT(4), .enable_mask = BIT(4),
.hw.init = &(struct clk_init_data){ .hw.init = &(struct clk_init_data){
.name = "ce3_core_clk", .name = "ce3_core_clk",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment