ARM: OMAP2+: clock: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Thu, 10 Jul 2025 23:42:17 +0000 (19:42 -0400)
committerKevin Hilman <khilman@baylibre.com>
Mon, 15 Sep 2025 23:18:01 +0000 (16:18 -0700)
commitbb676996ed583464504123721195e98a708fbba9
tree0088ab0943e25524f1ebda7c3197b6ab35cce6f3
parente2c0510935c5485a2dacfd13af3958536b9d138b
ARM: OMAP2+: clock: convert from round_rate() to determine_rate()

The round_rate() clk ops is deprecated, so migrate this driver from
round_rate() to determine_rate() using the Coccinelle semantic patch
on the cover letter of this series.

The change to virt_prcm_set_ops had to be made manually.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/r/20250710-arm32-clk-round-rate-v1-2-a9146b77aca9@redhat.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c