Re: [PATCH] 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 |
|---|---|
| Message-ID | <CAPx+jO80r_QF-hqGuRV4BnHyKoub3+j3EPbnZ81ejz+wKBBQ+Q@mail.gmail.com> |
On Mon, Aug 10, 2026 at 1:10 PM Abel Vesa <[email protected]> wrote: > > MXC and MMCX were initially omitted as they were believed to have no > consumers, and they were not present downstream either. > > The Iris video codec requires these power domains, so add MXC and MMCX > along with the MXC_AO and MMCX_AO. > > Fixes: f387ecdd492f ("pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains") > 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 insertions(+) > > diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c > index 90743275942d..96e4bd2f5a14 100644 > --- a/drivers/pmdomain/qcom/rpmhpd.c > +++ b/drivers/pmdomain/qcom/rpmhpd.c > @@ -241,9 +241,13 @@ 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: 6b8c8af514d739d0335f5579b585e02babe8a727 > change-id: 20260810-pmdomain-add-missing-mxc-mmcx-on-eliza-6fcb519048e5 > > Best regards, > -- > Abel Vesa <[email protected]> >