Files
linux-stable-mirror/drivers
Jerome BrunetandGreg Kroah-Hartman 2ff09de2c8 clk: amlogic: gxbb: drop incorrect flag on 32k clock
[ Upstream commit f38f7fe483 ]

gxbb_32k_clk_div sets CLK_DIVIDER_ROUND_CLOSEST in the init_data flag which
is incorrect. This is field is not where the divider flags belong.

Thankfully, CLK_DIVIDER_ROUND_CLOSEST maps to bit 4 which is an unused
clock flag, so there is no unintended consequence to this error.

Effectively, the clock has been used without CLK_DIVIDER_ROUND_CLOSEST
so far, so just drop it.

Fixes: 14c735c8e3 ("clk: meson-gxbb: Add EE 32K Clock for CEC")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241220-amlogic-clk-gxbb-32k-fixes-v1-1-baca56ecf2db@baylibre.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-04-10 14:37:29 +02:00
..
2025-03-28 21:59:54 +01:00
2025-02-08 09:52:38 +01:00
2025-03-13 12:58:40 +01:00
2025-02-27 04:10:51 -08:00