Skip to content

Commit 3386af5

Browse files
konradybciobebarino
authored andcommitted
clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clk
Add missing halt_check, hwcg_reg and hwcg_bit properties. These were likely omitted when porting the driver upstream. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: f2a76a2 ("clk: qcom: Add Global Clock controller (GCC) driver for SDM660") Signed-off-by: Stephen Boyd <[email protected]>
1 parent b538304 commit 3386af5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/qcom/gcc-sdm660.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,9 @@ static struct clk_branch gcc_mss_cfg_ahb_clk = {
17151715

17161716
static struct clk_branch gcc_mss_mnoc_bimc_axi_clk = {
17171717
.halt_reg = 0x8a004,
1718+
.halt_check = BRANCH_HALT,
1719+
.hwcg_reg = 0x8a004,
1720+
.hwcg_bit = 1,
17181721
.clkr = {
17191722
.enable_reg = 0x8a004,
17201723
.enable_mask = BIT(0),

0 commit comments

Comments
 (0)