clk: zynqmp: pll: Remove the limit
authorShubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Fri, 24 Mar 2023 10:49:58 +0000 (16:19 +0530)
committerStephen Boyd <sboyd@kernel.org>
Mon, 27 Mar 2023 19:08:28 +0000 (12:08 -0700)
commit57e3bbd2cb8f98dfd78298998d42d6c4cd414083
tree8c29d25a3531b89166b5347ca2971b8bca526398
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
clk: zynqmp: pll: Remove the limit

The range is taken care in the zynqmp_pll_round_rate. Remove the rate range
in the zynqmp_clk_register_pll() to prevent the early truncation of the
frequencies and also allow multiple combinations of child and parent to get
more accurate rates.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Link: https://lore.kernel.org/r/20230324104958.25099-1-shubhrajyoti.datta@amd.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/zynqmp/pll.c