clk: qcom: Fix blsp2_ahb_clk register offset

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>
This commit is contained in:
Georgi Djakov 2014-05-20 19:50:54 +03:00 committed by Mike Turquette
parent e8b60a45a5
commit 63a00269cb
1 changed files with 1 additions and 1 deletions

View File

@ -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,