]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: qcom: regmap-mux: fix parent clock lookup
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 15 Nov 2021 23:34:07 +0000 (02:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Dec 2021 09:18:06 +0000 (10:18 +0100)
commit62b461e9ae88ff22417846a07c2711fce51eb840
tree15b5e66234c681bd05e06b3a6a7306118d528940
parent7d795454ccb2a523d1d2146bda45e6f3b45d7d9f
clk: qcom: regmap-mux: fix parent clock lookup

commit 9a61f813fcc8d56d85fcf9ca6119cf2b5ac91dd5 upstream.

The function mux_get_parent() uses qcom_find_src_index() to find the
parent clock index, which is incorrect: qcom_find_src_index() uses src
enum for the lookup, while mux_get_parent() should use cfg field (which
corresponds to the register value). Add qcom_find_cfg_index() function
doing this kind of lookup and use it for mux parent lookup.

Fixes: df964016490b ("clk: qcom: add parent map for regmap mux")
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20211115233407.1046179-1-dmitry.baryshkov@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/qcom/clk-regmap-mux.c
drivers/clk/qcom/common.c
drivers/clk/qcom/common.h