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

Commit f554c9b4 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add BRANCH_VOTED for gcc_npu_axi_clk for ATOLL



Clock OFF status should not be checked for gcc_npu_axi_clk,
so add BRANCH_VOTED flag.

Change-Id: I29cb7d46cae0e10bc964d9387d3c0e81fa694630
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 7c3314cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1391,7 +1391,7 @@ static struct clk_branch gcc_gpu_snoc_dvm_gfx_clk = {

static struct clk_branch gcc_npu_axi_clk = {
	.halt_reg = 0x4d008,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_VOTED,
	.clkr = {
		.enable_reg = 0x4d008,
		.enable_mask = BIT(0),