Skip to content

Commit aad09fc

Browse files
mohsRafiandersson
authored andcommitted
clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_cc_sc7280_desc
Add GDSCs in lpass_cc_sc7280_desc struct. When qcom,adsp-pil-mode is enabled, GDSCs required to solve dependencies in lpass_audiocc probe(). Fixes: 0cbcfbe ("clk: qcom: lpass: Handle the regmap overlap of lpasscc and lpass_aon") Signed-off-by: Mohammad Rafi Shaik <quic_mohs@quicinc.com> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230407092255.119690-4-quic_mohs@quicinc.com
1 parent 4fc1c2d commit aad09fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/lpassaudiocc-sc7280.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,8 @@ static const struct qcom_cc_desc lpass_cc_sc7280_desc = {
696696
.config = &lpass_audio_cc_sc7280_regmap_config,
697697
.clks = lpass_cc_sc7280_clocks,
698698
.num_clks = ARRAY_SIZE(lpass_cc_sc7280_clocks),
699+
.gdscs = lpass_aon_cc_sc7280_gdscs,
700+
.num_gdscs = ARRAY_SIZE(lpass_aon_cc_sc7280_gdscs),
699701
};
700702

701703
static const struct qcom_cc_desc lpass_audio_cc_sc7280_desc = {

0 commit comments

Comments
 (0)