clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src
authorPatrick Whewell <patrick.whewell@sightlineapplications.com>
Wed, 2 Aug 2023 21:04:00 +0000 (14:04 -0700)
committerBjorn Andersson <andersson@kernel.org>
Thu, 3 Aug 2023 15:01:45 +0000 (08:01 -0700)
commit783cb693828ce487cf0bc6ad16cbcf2caae6f8d9
treeefaf0cb18ec56fc03f3f1fdb89566d69bd3a3d6f
parente39d0fa7309bebdc19218276279b9f119d4e9f2b
clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src

GPLL9 is not on by default, which causes a "gcc_sdcc2_apps_clk_src: rcg
didn't update its configuration" error when booting. Set .flags =
CLK_OPS_PARENT_ENABLE to fix the error.

Fixes: 3e5770921a88 ("clk: qcom: gcc: Add global clock controller driver for SM8250")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Patrick Whewell <patrick.whewell@sightlineapplications.com>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20230802210359.408-1-patrick.whewell@sightlineapplications.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/gcc-sm8250.c