File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -1131,6 +1131,26 @@ static struct clk_branch gcc_ddrss_ecpri_dma_clk = {
1131
1131
},
1132
1132
};
1133
1133
1134
+ static struct clk_branch gcc_ddrss_ecpri_gsi_clk = {
1135
+ .halt_reg = 0x54298 ,
1136
+ .halt_check = BRANCH_HALT_VOTED ,
1137
+ .hwcg_reg = 0x54298 ,
1138
+ .hwcg_bit = 1 ,
1139
+ .clkr = {
1140
+ .enable_reg = 0x54298 ,
1141
+ .enable_mask = BIT (0 ),
1142
+ .hw .init = & (const struct clk_init_data ) {
1143
+ .name = "gcc_ddrss_ecpri_gsi_clk" ,
1144
+ .parent_hws = (const struct clk_hw * []) {
1145
+ & gcc_aggre_noc_ecpri_gsi_clk_src .clkr .hw ,
1146
+ },
1147
+ .num_parents = 1 ,
1148
+ .flags = CLK_SET_RATE_PARENT ,
1149
+ .ops = & clk_branch2_aon_ops ,
1150
+ },
1151
+ },
1152
+ };
1153
+
1134
1154
static struct clk_branch gcc_ecpri_ahb_clk = {
1135
1155
.halt_reg = 0x3a008 ,
1136
1156
.halt_check = BRANCH_HALT_VOTED ,
@@ -2522,6 +2542,7 @@ static struct clk_regmap *gcc_qdu1000_clocks[] = {
2522
2542
[GCC_PCIE_0_PHY_AUX_CLK_SRC ] = & gcc_pcie_0_phy_aux_clk_src .clkr ,
2523
2543
[GCC_PCIE_0_PIPE_CLK_SRC ] = & gcc_pcie_0_pipe_clk_src .clkr ,
2524
2544
[GCC_GPLL1_OUT_EVEN ] = & gcc_gpll1_out_even .clkr ,
2545
+ [GCC_DDRSS_ECPRI_GSI_CLK ] = & gcc_ddrss_ecpri_gsi_clk .clkr ,
2525
2546
};
2526
2547
2527
2548
static const struct qcom_reset_map gcc_qdu1000_resets [] = {
You can’t perform that action at this time.
0 commit comments