]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: amlogic: gxbb: drop non existing 32k clock parent
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 20 Dec 2024 10:25:37 +0000 (11:25 +0100)
committerJerome Brunet <jbrunet@baylibre.com>
Fri, 14 Mar 2025 15:19:25 +0000 (16:19 +0100)
commit7915d7d5407c026fa9343befb4d3343f7a345f97
treed18b1acb28fe1a874eaa4fcedf31a2081e80b26c
parentf38f7fe4830c5cb4eac138249225f119e7939965
clk: amlogic: gxbb: drop non existing 32k clock parent

The 32k clock reference a parent 'cts_slow_oscin' with a fixme note saying
that this clock should be provided by AO controller.

The HW probably has this clock but it does not exist at the moment in
any controller implementation. Furthermore, referencing clock by the global
name should be avoided whenever possible.

There is no reason to keep this hack around, at least for now.

Fixes: 14c735c8e308 ("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-2-baca56ecf2db@baylibre.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/gxbb.c