We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924e2d0 commit bcd63d2Copy full SHA for bcd63d2
drivers/clk/qcom/clk-rpmh.c
@@ -396,6 +396,7 @@ static struct clk_hw *sc7180_rpmh_clocks[] = {
396
[RPMH_RF_CLK1_A] = &sdm845_rf_clk1_ao.hw,
397
[RPMH_RF_CLK2] = &sdm845_rf_clk2.hw,
398
[RPMH_RF_CLK2_A] = &sdm845_rf_clk2_ao.hw,
399
+ [RPMH_IPA_CLK] = &sdm845_ipa.hw,
400
};
401
402
static const struct clk_rpmh_desc clk_rpmh_sc7180 = {
0 commit comments