Skip to content

Commit 7d6a0a4

Browse files
Rajendra Nayakandersson
authored andcommitted
soc: qcom: rpmhpd: Remove mx/cx relationship on sc7280
The requirement to specify the active + sleep and active-only MX power-domains as the parents of the corresponding CX power domains is not applicable on sc7280. Fix it by using the cx/cx_ao structs for sc7280 instead of the _w_mx_parent ones. Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/1639063917-9011-4-git-send-email-quic_rjendra@quicinc.com
1 parent 09bb67c commit 7d6a0a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/soc/qcom/rpmhpd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ static const struct rpmhpd_desc sc7180_desc = {
325325

326326
/* SC7280 RPMH powerdomains */
327327
static struct rpmhpd *sc7280_rpmhpds[] = {
328-
[SC7280_CX] = &cx_w_mx_parent,
329-
[SC7280_CX_AO] = &cx_ao_w_mx_parent,
328+
[SC7280_CX] = &cx,
329+
[SC7280_CX_AO] = &cx_ao,
330330
[SC7280_EBI] = &ebi,
331331
[SC7280_GFX] = &gfx,
332332
[SC7280_MX] = &mx,

0 commit comments

Comments
 (0)