]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
authorNuno Sá <nuno.sa@analog.com>
Mon, 19 May 2025 15:41:06 +0000 (16:41 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 1 Jul 2025 00:56:23 +0000 (17:56 -0700)
commitce8a9096699500e2c5bca09dde27b16edda5f636
treef18008ef4dd049935babef11321c0a13b4faf4de
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
clk: clk-axi-clkgen: fix fpfd_max frequency for zynq

The fpfd_max frequency should be set to 450 MHz instead of 300 MHz.
Well, it actually depends on the platform speed grade but we are being
conservative for ultrascale so let's be consistent. In a following
change we will set these limits at runtime.

Fixes: 0e646c52cf0e ("clk: Add axi-clkgen driver")
Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20250519-dev-axi-clkgen-limits-v6-1-bc4b3b61d1d4@analog.com
Reviewed-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-axi-clkgen.c