clk: at91: clk-generated: Limit the requested rate to our range
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Wed, 7 Jul 2021 13:12:13 +0000 (16:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:16 +0000 (13:40 +0200)
commit6bf98b94ffeb4dea48b288d874e6be8ecba36191
treeca0c10bc3ce930cfe5f13f948f66ba7875577224
parent9bab2bc4c238ca5a2faeb26db03808d95784a204
clk: at91: clk-generated: Limit the requested rate to our range

[ Upstream commit af7651e67b9d5f7e63ea23b118e3672ac662244a ]

On clk_generated_determine_rate(), the requested rate could be outside
of clk's range. Limit the rate to the clock's range to not return an
error.

Fixes: df70aeef6083 ("clk: at91: add generated clock driver")
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20210707131213.3283509-1-codrin.ciubotariu@microchip.com
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/at91/clk-generated.c