Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63a00269 authored by Georgi Djakov's avatar Georgi Djakov Committed by Mike Turquette
Browse files

clk: qcom: Fix blsp2_ahb_clk register offset



The address of the blsp2_ahb_clk register is incorrect. Fix it.

Signed-off-by: default avatarGeorgi Djakov <gdjakov@mm-sol.com>
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent e8b60a45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,