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

Commit 6c8d9798 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 9d9d2dad e4bd49da
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),