Skip to content

Commit b2150ca

Browse files
Alex Elderbebarino
authored andcommitted
clk: qcom: rpmh: add support for SDX55 rpmh IPA clock
The IPA core clock is required for SDX55. Define it. Signed-off-by: Alex Elder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Manivannan Sadhasivam <[email protected]> Tested-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent d63e1c7 commit b2150ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/clk-rpmh.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ static const struct clk_rpmh_desc clk_rpmh_sdm845 = {
380380
DEFINE_CLK_RPMH_VRM(sdx55, rf_clk1, rf_clk1_ao, "rfclkd1", 1);
381381
DEFINE_CLK_RPMH_VRM(sdx55, rf_clk2, rf_clk2_ao, "rfclkd2", 1);
382382
DEFINE_CLK_RPMH_BCM(sdx55, qpic_clk, "QP0");
383+
DEFINE_CLK_RPMH_BCM(sdx55, ipa, "IP0");
383384

384385
static struct clk_hw *sdx55_rpmh_clocks[] = {
385386
[RPMH_CXO_CLK] = &sdm845_bi_tcxo.hw,
@@ -389,6 +390,7 @@ static struct clk_hw *sdx55_rpmh_clocks[] = {
389390
[RPMH_RF_CLK2] = &sdx55_rf_clk2.hw,
390391
[RPMH_RF_CLK2_A] = &sdx55_rf_clk2_ao.hw,
391392
[RPMH_QPIC_CLK] = &sdx55_qpic_clk.hw,
393+
[RPMH_IPA_CLK] = &sdx55_ipa.hw,
392394
};
393395

394396
static const struct clk_rpmh_desc clk_rpmh_sdx55 = {

0 commit comments

Comments
 (0)