clk: qcom: Add support to list registers for slew PLL
For slew PLL, register content is required to be displayed for debug purpose. Add support for the same by adding list_register clock ops to clk_alpha_pll_slew_ops. Change-Id: I806edd4d62ff00a4b36d17942afd746b03616534 Signed-off-by: Amit Nischal <anischal@codeaurora.org>
This commit is contained in:
parent
3ba1a36ad8
commit
6d3288e6d5
1 changed files with 1 additions and 0 deletions
|
@ -858,5 +858,6 @@ const struct clk_ops clk_alpha_pll_slew_ops = {
|
|||
.recalc_rate = clk_alpha_pll_recalc_rate,
|
||||
.round_rate = clk_alpha_pll_round_rate,
|
||||
.set_rate = clk_alpha_pll_slew_set_rate,
|
||||
.list_registers = clk_alpha_pll_list_registers,
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(clk_alpha_pll_slew_ops);
|
||||
|
|
Loading…
Add table
Reference in a new issue