clk: qcom: rpmh: define IPA clocks where required
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 9 Jan 2023 00:29:33 +0000 (02:29 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 11 Jan 2023 20:33:48 +0000 (14:33 -0600)
Follow the example of sc7180 and sdx55 and implement IP0 resource as
clocks rather than interconnects.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230109002935.244320-11-dmitry.baryshkov@linaro.org
drivers/clk/qcom/clk-rpmh.c

index 9d713ef..393b83f 100644 (file)
@@ -471,6 +471,7 @@ static struct clk_hw *sm8150_rpmh_clocks[] = {
        [RPMH_RF_CLK2_A]        = &clk_rpmh_rf_clk2_a_ao.hw,
        [RPMH_RF_CLK3]          = &clk_rpmh_rf_clk3_a.hw,
        [RPMH_RF_CLK3_A]        = &clk_rpmh_rf_clk3_a_ao.hw,
+       [RPMH_IPA_CLK]          = &clk_rpmh_ipa.hw,
 };
 
 static const struct clk_rpmh_desc clk_rpmh_sm8150 = {
@@ -510,6 +511,7 @@ static struct clk_hw *sc8180x_rpmh_clocks[] = {
        [RPMH_RF_CLK2_A]        = &clk_rpmh_rf_clk2_d_ao.hw,
        [RPMH_RF_CLK3]          = &clk_rpmh_rf_clk3_d.hw,
        [RPMH_RF_CLK3_A]        = &clk_rpmh_rf_clk3_d_ao.hw,
+       [RPMH_IPA_CLK]          = &clk_rpmh_ipa.hw,
 };
 
 static const struct clk_rpmh_desc clk_rpmh_sc8180x = {
@@ -530,6 +532,7 @@ static struct clk_hw *sm8250_rpmh_clocks[] = {
        [RPMH_RF_CLK1_A]        = &clk_rpmh_rf_clk1_a_ao.hw,
        [RPMH_RF_CLK3]          = &clk_rpmh_rf_clk3_a.hw,
        [RPMH_RF_CLK3_A]        = &clk_rpmh_rf_clk3_a_ao.hw,
+       [RPMH_IPA_CLK]          = &clk_rpmh_ipa.hw,
 };
 
 static const struct clk_rpmh_desc clk_rpmh_sm8250 = {
@@ -572,6 +575,7 @@ static struct clk_hw *sc8280xp_rpmh_clocks[] = {
        [RPMH_IPA_CLK]          = &clk_rpmh_ipa.hw,
        [RPMH_PKA_CLK]          = &clk_rpmh_pka.hw,
        [RPMH_HWKM_CLK]         = &clk_rpmh_hwkm.hw,
+       [RPMH_IPA_CLK]          = &clk_rpmh_ipa.hw,
 };
 
 static const struct clk_rpmh_desc clk_rpmh_sc8280xp = {