clk: microchip: mpfs: convert MSSPLL outputs to clk_divider
authorConor Dooley <conor.dooley@microchip.com>
Mon, 22 Jan 2024 12:19:54 +0000 (12:19 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 6 Feb 2024 14:07:18 +0000 (14:07 +0000)
commit72151193839e4fe222d0be9931f6ba3a94de7aa5
treef3f81f30d052404d9df04f7fd160ca389cddd4ed
parentb67dae390918bc28a5377a3af8aeafb1d0f4036e
clk: microchip: mpfs: convert MSSPLL outputs to clk_divider

After splitting the MSSPLL in two, the PLL outputs have become
open-coded versions of clk_divider. Drop the custom clk ops structs, and
instead use the generic clk_divider_ops.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
drivers/clk/microchip/clk-mpfs.c