mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
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:
parent
e8b60a45a5
commit
63a00269cb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue