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

Commit e4bd49da authored by Chetan C R's avatar Chetan C R
Browse files

clk: qcom: mmcc: Change halt to halt_voted for SDM660



Change halt flag from branch_halt to branch_halt_voted
for mmss video ahb clock in SDM660.

Change-Id: Ia6032064b57560afadc1032e6d5b8675a4555475
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent d45271c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2798,7 +2798,7 @@ static struct clk_branch mmss_snoc_dvm_axi_clk = {

static struct clk_branch mmss_video_ahb_clk = {
	.halt_reg = 0x1030,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_VOTED,
	.clkr = {
		.enable_reg = 0x1030,
		.enable_mask = BIT(0),