提交 63a00269 编写于 作者: G Georgi Djakov 提交者: Mike Turquette

clk: qcom: Fix blsp2_ahb_clk register offset

The address of the blsp2_ahb_clk register is incorrect. Fix it.
Signed-off-by: NGeorgi Djakov <gdjakov@mm-sol.com>
Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NMike Turquette <mturquette@linaro.org>
上级 e8b60a45
...@@ -1341,7 +1341,7 @@ static struct clk_branch gcc_blsp1_uart6_apps_clk = { ...@@ -1341,7 +1341,7 @@ static struct clk_branch gcc_blsp1_uart6_apps_clk = {
}; };
static struct clk_branch gcc_blsp2_ahb_clk = { static struct clk_branch gcc_blsp2_ahb_clk = {
.halt_reg = 0x05c4, .halt_reg = 0x0944,
.halt_check = BRANCH_HALT_VOTED, .halt_check = BRANCH_HALT_VOTED,
.clkr = { .clkr = {
.enable_reg = 0x1484, .enable_reg = 0x1484,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册