]> Git Repo - linux.git/commitdiff
clk: qcom: rpmh: add support for SM6350 rpmh IPA clock
authorLuca Weiss <[email protected]>
Fri, 2 Dec 2022 22:12:40 +0000 (16:12 -0600)
committerBjorn Andersson <[email protected]>
Tue, 6 Dec 2022 18:30:20 +0000 (12:30 -0600)
The IPA core clock is required for SM6350.  Define it.

Signed-off-by: Luca Weiss <[email protected]>
[[email protected]: rebased with Dmitry's changes]
Signed-off-by: Alex Elder <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/clk/qcom/clk-rpmh.c

index 2c2ef4b6d130e75a0b894675c4341140eb2ee4e0..586a810c682cac7c40532cde8e0af032973576a5 100644 (file)
@@ -606,6 +606,7 @@ static struct clk_hw *sm6350_rpmh_clocks[] = {
        [RPMH_LN_BB_CLK3_A]     = &clk_rpmh_ln_bb_clk3_g4_ao.hw,
        [RPMH_QLINK_CLK]        = &clk_rpmh_qlink_div4.hw,
        [RPMH_QLINK_CLK_A]      = &clk_rpmh_qlink_div4_ao.hw,
+       [RPMH_IPA_CLK]          = &clk_rpmh_ipa.hw,
 };
 
 static const struct clk_rpmh_desc clk_rpmh_sm6350 = {
This page took 0.056136 seconds and 4 git commands to generate.