]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: msm8996-cpu: Convert secondary muxes to clk_regmap_mux
authorYassine Oudjana <y.oudjana@protonmail.com>
Tue, 21 Jun 2022 16:06:19 +0000 (20:06 +0400)
committerBjorn Andersson <andersson@kernel.org>
Mon, 26 Sep 2022 16:12:35 +0000 (11:12 -0500)
commitd47f7f6e33b0905d46f5ba46bf84dbad7e217cfb
treef8e447567a748aaec6d448e9596ae1d14a52cbe2
parent2572a0d93b7a9ee55e02b770f055c772ff5fb449
clk: qcom: msm8996-cpu: Convert secondary muxes to clk_regmap_mux

There is nothing special about the secondary muxes, unlike the
primary muxes which need some extra logic to handle ACD and
switching between primary PLL and secondary mux sources. Turn
them into clk_regmap_mux and rename cpu_clk_msm8996_mux into
cpu_clk_msm8996_pmux to make it specific to primary muxes.

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220621160621.24415-5-y.oudjana@protonmail.com
drivers/clk/qcom/clk-cpu-8996.c