Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: rpmh: Define RPMH_IPA_CLK on QCS615

This was previously (mis)represented in the interconnect driver, move
the resource under the clk-rpmh driver control, just like we did for
all platforms in the past, see e.g. Commit aa055bf158cd ("clk: qcom:
rpmh: define IPA clocks where required")

Fixes: 42a1905a10d6 ("clk: qcom: rpmhcc: Add support for QCS615 Clocks")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250627-topic-qcs615_icc_ipa-v1-4-dc47596cde69@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
17e4db05 70dc5425

+1
+1
drivers/clk/qcom/clk-rpmh.c
··· 855 855 [RPMH_RF_CLK1_A] = &clk_rpmh_rf_clk1_a_ao.hw, 856 856 [RPMH_RF_CLK2] = &clk_rpmh_rf_clk2_a.hw, 857 857 [RPMH_RF_CLK2_A] = &clk_rpmh_rf_clk2_a_ao.hw, 858 + [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw, 858 859 }; 859 860 860 861 static const struct clk_rpmh_desc clk_rpmh_qcs615 = {