File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2251,6 +2251,19 @@ static struct clk_branch gcc_mss_q6_memnoc_axi_clk = {
2251
2251
},
2252
2252
};
2253
2253
2254
+ static struct clk_branch gcc_lpass_cfg_noc_sway_clk = {
2255
+ .halt_reg = 0x47018 ,
2256
+ .halt_check = BRANCH_HALT_DELAY ,
2257
+ .clkr = {
2258
+ .enable_reg = 0x47018 ,
2259
+ .enable_mask = BIT (0 ),
2260
+ .hw .init = & (struct clk_init_data ){
2261
+ .name = "gcc_lpass_cfg_noc_sway_clk" ,
2262
+ .ops = & clk_branch2_ops ,
2263
+ },
2264
+ },
2265
+ };
2266
+
2254
2267
static struct gdsc ufs_phy_gdsc = {
2255
2268
.gdscr = 0x77004 ,
2256
2269
.pd = {
@@ -2428,6 +2441,7 @@ static struct clk_regmap *gcc_sc7180_clocks[] = {
2428
2441
[GCC_MSS_Q6_MEMNOC_AXI_CLK ] = & gcc_mss_q6_memnoc_axi_clk .clkr ,
2429
2442
[GCC_MSS_SNOC_AXI_CLK ] = & gcc_mss_snoc_axi_clk .clkr ,
2430
2443
[GCC_SEC_CTRL_CLK_SRC ] = & gcc_sec_ctrl_clk_src .clkr ,
2444
+ [GCC_LPASS_CFG_NOC_SWAY_CLK ] = & gcc_lpass_cfg_noc_sway_clk .clkr ,
2431
2445
};
2432
2446
2433
2447
static const struct qcom_reset_map gcc_sc7180_resets [] = {
You can’t perform that action at this time.
0 commit comments