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

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

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

parents 6c8d9798 94f736bb
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),