diff options
| author | Brian Masney <bmasney@redhat.com> | 2025-08-28 20:38:25 -0400 |
|---|---|---|
| committer | Brian Masney <bmasney@redhat.com> | 2025-09-08 09:41:25 -0400 |
| commit | d4c515a21b238844cfc3108405bbb0f210cf6d3b (patch) | |
| tree | 0ef38e89304f135219adf70eaae84442bd3842e7 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 9a3b6993613d3fac3b29e44688b865972ff732fd (diff) | |
clk: sophgo: sg2042-pll: remove round_rate() in favor of determine_rate()
This driver implements both the determine_rate() and round_rate() clk
ops, and the round_rate() clk ops is deprecated. When both are defined,
clk_core_determine_round_nolock() from the clk core will only use the
determine_rate() clk ops, so let's remove the round_rate() clk ops since
it's unused.
The implementation of sg2042_clk_pll_determine_rate() calls
sg2042_clk_pll_round_rate(), so this folds the two into a single
function.
Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
Tested-by: Chen Wang <unicorn_wang@outlook.com> # Pioneerbox
Signed-off-by: Brian Masney <bmasney@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
