Skip to content

Commit

Permalink
clk: qcom: Fix blsp2_ahb_clk register offset
Browse files Browse the repository at this point in the history
The address of the blsp2_ahb_clk register is incorrect. Fix it.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Georgi Djakov authored and Mike Turquette committed May 23, 2014
1 parent e8b60a4 commit 63a0026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-msm8974.c
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ static struct clk_branch gcc_blsp1_uart6_apps_clk = {
};

static struct clk_branch gcc_blsp2_ahb_clk = {
.halt_reg = 0x05c4,
.halt_reg = 0x0944,
.halt_check = BRANCH_HALT_VOTED,
.clkr = {
.enable_reg = 0x1484,
Expand Down

0 comments on commit 63a0026

Please sign in to comment.