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

Commit 94f736bb authored by Chetan C R's avatar Chetan C R
Browse files

clk: qcom: gcc: Add halt check for MSS clocks for SDM660



Add the halt flag for bimc axi modem subsystem clock.

Change-Id: I3cf71afd2b0a692bff32248bc2176c265c937b83
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent d45271c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2017, 2019-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 2019-2021, The Linux Foundation. All rights reserved.
 */

#include <linux/bitops.h>
@@ -1901,6 +1901,7 @@ static struct clk_branch gcc_mss_cfg_ahb_clk = {

static struct clk_branch gcc_mss_mnoc_bimc_axi_clk = {
	.halt_reg = 0x8a004,
	.halt_check = BRANCH_VOTED,
	.clkr = {
		.enable_reg = 0x8a004,
		.enable_mask = BIT(0),