]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for Eliza
authorAbel Vesa <abel.vesa@oss.qualcomm.com>
Mon, 10 Aug 2026 11:10:38 +0000 (14:10 +0300)
committerUlf Hansson <ulfh@kernel.org>
Tue, 11 Aug 2026 10:18:45 +0000 (12:18 +0200)
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 <abel.vesa@oss.qualcomm.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
drivers/pmdomain/qcom/rpmhpd.c

index 63120e703923f00c023fabae408cf296bae56cb6..ffc46de8d07a1900b981ac14d90ba09963b70d81 100644 (file)
@@ -245,9 +245,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,
 };