Skip to content

Commit 5bc3e72

Browse files
quic-kdybcioandersson
authored andcommitted
pmdomain: qcom: rpmhpd: Add MXC to SC8280XP
This was apparently accounted for in dt-bindings, but never made its way into the driver. Fix it for SC8280XP and its VDD_GFX-less cousin, SA8540P. Fixes: f68f1cb ("soc: qcom: rpmhpd: add sc8280xp & sa8540p rpmh power-domains") Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Link: https://lore.kernel.org/r/20251202-topic-8280_mxc-v2-2-46cdf47a829e@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 45e1be5 commit 5bc3e72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/pmdomain/qcom/rpmhpd.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ static struct rpmhpd *sa8540p_rpmhpds[] = {
246246
[SC8280XP_MMCX_AO] = &mmcx_ao,
247247
[SC8280XP_MX] = &mx,
248248
[SC8280XP_MX_AO] = &mx_ao,
249+
[SC8280XP_MXC] = &mxc,
250+
[SC8280XP_MXC_AO] = &mxc_ao,
249251
[SC8280XP_NSP] = &nsp,
250252
};
251253

@@ -700,6 +702,8 @@ static struct rpmhpd *sc8280xp_rpmhpds[] = {
700702
[SC8280XP_MMCX_AO] = &mmcx_ao,
701703
[SC8280XP_MX] = &mx,
702704
[SC8280XP_MX_AO] = &mx_ao,
705+
[SC8280XP_MXC] = &mxc,
706+
[SC8280XP_MXC_AO] = &mxc_ao,
703707
[SC8280XP_NSP] = &nsp,
704708
[SC8280XP_QPHY] = &qphy,
705709
};

0 commit comments

Comments
 (0)