Skip to content

Commit bcd63d2

Browse files
Taniya Dasbebarino
Taniya Das
authored andcommitted
clk: qcom: rpmh: Add IPA clock for SC7180
The Qualcomm IP Accelerator (IPA) clock resource that is managed by the BCM is required by the IPA driver in order to scale its core clock. Signed-off-by: Taniya Das <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 924e2d0 commit bcd63d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/clk-rpmh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ static struct clk_hw *sc7180_rpmh_clocks[] = {
396396
[RPMH_RF_CLK1_A] = &sdm845_rf_clk1_ao.hw,
397397
[RPMH_RF_CLK2] = &sdm845_rf_clk2.hw,
398398
[RPMH_RF_CLK2_A] = &sdm845_rf_clk2_ao.hw,
399+
[RPMH_IPA_CLK] = &sdm845_ipa.hw,
399400
};
400401

401402
static const struct clk_rpmh_desc clk_rpmh_sc7180 = {

0 commit comments

Comments
 (0)