File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,20 @@ static struct clk_alpha_pll_postdiv gpll0 = {
108
108
},
109
109
};
110
110
111
+ static struct clk_alpha_pll_postdiv gpll0_out_aux = {
112
+ .offset = 0x20000 ,
113
+ .regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_DEFAULT ],
114
+ .width = 4 ,
115
+ .clkr .hw .init = & (const struct clk_init_data ) {
116
+ .name = "gpll0_out_aux" ,
117
+ .parent_hws = (const struct clk_hw * []) {
118
+ & gpll0_main .clkr .hw
119
+ },
120
+ .num_parents = 1 ,
121
+ .ops = & clk_alpha_pll_postdiv_ro_ops ,
122
+ },
123
+ };
124
+
111
125
static struct clk_alpha_pll gpll4_main = {
112
126
.offset = 0x22000 ,
113
127
.regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_DEFAULT_EVO ],
@@ -3896,6 +3910,7 @@ static struct clk_regmap *gcc_ipq9574_clks[] = {
3896
3910
[GCC_PCIE1_PIPE_CLK ] = & gcc_pcie1_pipe_clk .clkr ,
3897
3911
[GCC_PCIE2_PIPE_CLK ] = & gcc_pcie2_pipe_clk .clkr ,
3898
3912
[GCC_PCIE3_PIPE_CLK ] = & gcc_pcie3_pipe_clk .clkr ,
3913
+ [GPLL0_OUT_AUX ] = & gpll0_out_aux .clkr ,
3899
3914
};
3900
3915
3901
3916
static const struct qcom_reset_map gcc_ipq9574_resets [] = {
You can’t perform that action at this time.
0 commit comments