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

Commit 9134d398 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: gcc-bengal: Update halt_check for bwmon clks



Update branch halt flag to BRANCH_HALT_DELAY to skip halt bit check for the
npu_bwmon clks whose source is managed by external subsystem.

Change-Id: I4259d771ed4513ae0836daebf0fa996e170c1716
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 9d82a537
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1405,7 +1405,7 @@ static struct clk_branch gcc_npu_axi_clk = {

static struct clk_branch gcc_npu_bwmon_axi_clk = {
	.halt_reg = 0x73008,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x73008,
		.enable_mask = BIT(0),