Re: [PATCH] Revert "pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for Eliza"
Ulf Hansson <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <CAPx+jO_WgxJSyW_ZPYLrYaQMJMv6w918CQupeHoPSr7JPxqa8Q@mail.gmail.com> |
On Wed, Aug 19, 2026 at 7:55 AM Abel Vesa <[email protected]> wrote: > > This reverts commit b48a0a0a76ccecec60f0568e2af4d89994b08bec, which > wrongfully added the MXC and MMCX power domains on Eliza. > > Even though they are indeed available in cmd-db, which has been the source > of information for adding these two, at hardware level they are not > actually wired up. Therefore they need to be dropped. > > Fixes: b48a0a0a76cc ("pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for Eliza") > Signed-off-by: Abel Vesa <[email protected]> Applied for fixes and by adding a stable tag, thanks! Kind regards Uffe > --- > drivers/pmdomain/qcom/rpmhpd.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c > index 96e4bd2f5a14..90743275942d 100644 > --- a/drivers/pmdomain/qcom/rpmhpd.c > +++ b/drivers/pmdomain/qcom/rpmhpd.c > @@ -241,13 +241,9 @@ static struct rpmhpd *eliza_rpmhpds[] = { > [RPMHPD_GFX] = &gfx, > [RPMHPD_LCX] = &lcx, > [RPMHPD_LMX] = &lmx, > - [RPMHPD_MMCX] = &mmcx, > - [RPMHPD_MMCX_AO] = &mmcx_ao, > [RPMHPD_MSS] = &mss, > [RPMHPD_MX] = &mx, > [RPMHPD_MX_AO] = &mx_ao, > - [RPMHPD_MXC] = &mxc, > - [RPMHPD_MXC_AO] = &mxc_ao, > [RPMHPD_NSP] = &nsp, > }; > > > --- > base-commit: 5453bc3279e9f8578ac3e534d476240e40c879e1 > change-id: 20260819-pmdomain-revert-adding-mxc-mmcx-on-eliza-647d25519f0c > > Best regards, > -- > Abel Vesa <[email protected]> >