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

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 <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1578305923-29125-3-git-send-email-tdas@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Taniya Das and committed by
Stephen Boyd
bcd63d22 924e2d01

+1
+1
drivers/clk/qcom/clk-rpmh.c
··· 396 396 [RPMH_RF_CLK1_A] = &sdm845_rf_clk1_ao.hw, 397 397 [RPMH_RF_CLK2] = &sdm845_rf_clk2.hw, 398 398 [RPMH_RF_CLK2_A] = &sdm845_rf_clk2_ao.hw, 399 + [RPMH_IPA_CLK] = &sdm845_ipa.hw, 399 400 }; 400 401 401 402 static const struct clk_rpmh_desc clk_rpmh_sc7180 = {