Skip to content

Commit 03d4000

Browse files
Srinivas-Kandagatlasamueldr
authored andcommitted
clk: qcom: msm8960: fix ce3_core clk enable register
[ Upstream commit 732d691 ] This patch corrects the enable register offset which is actually 0x36cc instead of 0x36c4 Signed-off-by: Srinivas Kandagatla <[email protected]> Fixes: 5f77549 ("clk: qcom: Fully support apq8064 global clock control") Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 5eba7e5 commit 03d4000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/gcc-msm8960.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ static struct clk_branch ce3_core_clk = {
27562756
.halt_reg = 0x2fdc,
27572757
.halt_bit = 5,
27582758
.clkr = {
2759-
.enable_reg = 0x36c4,
2759+
.enable_reg = 0x36cc,
27602760
.enable_mask = BIT(4),
27612761
.hw.init = &(struct clk_init_data){
27622762
.name = "ce3_core_clk",

0 commit comments

Comments
 (0)