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)
commit9a9f5f9a5a0ca3f463eb28ba5920a6fd18dc9956
treef8e447567a748aaec6d448e9596ae1d14a52cbe2
parent382139bfd68fe6cc9dc94ffe3b9d783b85be3b1c
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