Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d47990ee authored by Jaydeep Sen's avatar Jaydeep Sen
Browse files

clk: msm: alpha-pll: Add list register support in dyna ops



Add support to print the relevant registers in the debugfs entries
for alpha pll clocks using dyna_alpha_pll as .ops.

Change-Id: I32fb396544d3045ff49a8e43222448c459641d63
Signed-off-by: default avatarJaydeep Sen <jsen@codeaurora.org>
parent c2e38a43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -808,6 +808,7 @@ struct clk_ops clk_ops_dyna_alpha_pll = {
	.round_rate = alpha_pll_round_rate,
	.set_rate = dyna_alpha_pll_set_rate,
	.handoff = alpha_pll_handoff,
	.list_registers = alpha_pll_list_registers,
};

static struct alpha_pll_masks masks_20nm_p = {