* [PATCH 0/2] pmdomain: qcom: Add support for Eliza SoC
@ 2026-02-16 14:23 Abel Vesa
2026-02-16 14:23 ` [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains Abel Vesa
2026-02-16 14:23 ` [PATCH 2/2] pmdomain: qcom: rpmhpd: Add " Abel Vesa
0 siblings, 2 replies; 9+ messages in thread
From: Abel Vesa @ 2026-02-16 14:23 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Ulf Hansson
Cc: linux-arm-msm, devicetree, linux-kernel, linux-pm, Abel Vesa
Document the SoC specific compatible in the devicetree bindings
and add the driver support for this SoC.
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Abel Vesa (2):
dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
.../devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
drivers/pmdomain/qcom/rpmhpd.c | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
---
base-commit: 635c467cc14ebdffab3f77610217c1dacaf88e8c
change-id: 20260216-eliza-pmdomain-dd10911bd4e4
Best regards,
--
Abel Vesa <abel.vesa@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
2026-02-16 14:23 [PATCH 0/2] pmdomain: qcom: Add support for Eliza SoC Abel Vesa
@ 2026-02-16 14:23 ` Abel Vesa
2026-02-17 8:06 ` Krzysztof Kozlowski
2026-02-18 19:22 ` Krzysztof Kozlowski
2026-02-16 14:23 ` [PATCH 2/2] pmdomain: qcom: rpmhpd: Add " Abel Vesa
1 sibling, 2 replies; 9+ messages in thread
From: Abel Vesa @ 2026-02-16 14:23 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Ulf Hansson
Cc: linux-arm-msm, devicetree, linux-kernel, linux-pm, Abel Vesa
Document the RPMh Power Domains on the Eliza Platform.
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
index 27af5b8aa134..8174ceeab572 100644
--- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
+++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
@@ -17,6 +17,7 @@ properties:
compatible:
oneOf:
- enum:
+ - qcom,eliza-rpmhpd
- qcom,glymur-rpmhpd
- qcom,kaanapali-rpmhpd
- qcom,mdm9607-rpmpd
--
2.48.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
2026-02-16 14:23 [PATCH 0/2] pmdomain: qcom: Add support for Eliza SoC Abel Vesa
2026-02-16 14:23 ` [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains Abel Vesa
@ 2026-02-16 14:23 ` Abel Vesa
2026-02-16 14:53 ` Konrad Dybcio
` (2 more replies)
1 sibling, 3 replies; 9+ messages in thread
From: Abel Vesa @ 2026-02-16 14:23 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Ulf Hansson
Cc: linux-arm-msm, devicetree, linux-kernel, linux-pm, Abel Vesa
Add RPMh Power Domains support for the Eliza platform.
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
drivers/pmdomain/qcom/rpmhpd.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c
index 19849703be4a..0c9a3995e06e 100644
--- a/drivers/pmdomain/qcom/rpmhpd.c
+++ b/drivers/pmdomain/qcom/rpmhpd.c
@@ -217,6 +217,31 @@ static struct rpmhpd gmxc = {
.res_name = "gmxc.lvl",
};
+/* Eliza RPMH powerdomains */
+static struct rpmhpd *eliza_rpmhpds[] = {
+ [RPMHPD_CX] = &cx,
+ [RPMHPD_CX_AO] = &cx_ao,
+ [RPMHPD_EBI] = &ebi,
+ [RPMHPD_GFX] = &gfx,
+ [RPMHPD_GMXC] = &gmxc,
+ [RPMHPD_LCX] = &lcx,
+ [RPMHPD_LMX] = &lmx,
+ [RPMHPD_MX] = &mx,
+ [RPMHPD_MX_AO] = &mx_ao,
+ [RPMHPD_MMCX] = &mmcx,
+ [RPMHPD_MMCX_AO] = &mmcx_ao,
+ [RPMHPD_MSS] = &mss,
+ [RPMHPD_MXC] = &mxc,
+ [RPMHPD_MXC_AO] = &mxc_ao,
+ [RPMHPD_NSP] = &nsp,
+ [RPMHPD_NSP2] = &nsp2,
+};
+
+static const struct rpmhpd_desc eliza_desc = {
+ .rpmhpds = eliza_rpmhpds,
+ .num_pds = ARRAY_SIZE(eliza_rpmhpds),
+};
+
/* Milos RPMH powerdomains */
static struct rpmhpd *milos_rpmhpds[] = {
[RPMHPD_CX] = &cx,
@@ -795,6 +820,7 @@ static const struct rpmhpd_desc qcs615_desc = {
};
static const struct of_device_id rpmhpd_match_table[] = {
+ { .compatible = "qcom,eliza-rpmhpd", .data = &eliza_desc },
{ .compatible = "qcom,glymur-rpmhpd", .data = &glymur_desc },
{ .compatible = "qcom,kaanapali-rpmhpd", .data = &kaanapali_desc },
{ .compatible = "qcom,milos-rpmhpd", .data = &milos_desc },
--
2.48.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
2026-02-16 14:23 ` [PATCH 2/2] pmdomain: qcom: rpmhpd: Add " Abel Vesa
@ 2026-02-16 14:53 ` Konrad Dybcio
2026-02-17 8:15 ` Dmitry Baryshkov
2026-02-18 18:01 ` Taniya Das
2 siblings, 0 replies; 9+ messages in thread
From: Konrad Dybcio @ 2026-02-16 14:53 UTC (permalink / raw)
To: Abel Vesa, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Ulf Hansson
Cc: linux-arm-msm, devicetree, linux-kernel, linux-pm
On 2/16/26 3:23 PM, Abel Vesa wrote:
> Add RPMh Power Domains support for the Eliza platform.
>
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
2026-02-16 14:23 ` [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains Abel Vesa
@ 2026-02-17 8:06 ` Krzysztof Kozlowski
2026-02-18 19:22 ` Krzysztof Kozlowski
1 sibling, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-02-17 8:06 UTC (permalink / raw)
To: Abel Vesa
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Ulf Hansson, linux-arm-msm, devicetree, linux-kernel, linux-pm
On Mon, Feb 16, 2026 at 04:23:18PM +0200, Abel Vesa wrote:
> Document the RPMh Power Domains on the Eliza Platform.
>
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
2026-02-16 14:23 ` [PATCH 2/2] pmdomain: qcom: rpmhpd: Add " Abel Vesa
2026-02-16 14:53 ` Konrad Dybcio
@ 2026-02-17 8:15 ` Dmitry Baryshkov
2026-02-23 12:03 ` Abel Vesa
2026-02-18 18:01 ` Taniya Das
2 siblings, 1 reply; 9+ messages in thread
From: Dmitry Baryshkov @ 2026-02-17 8:15 UTC (permalink / raw)
To: Abel Vesa
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Ulf Hansson, linux-arm-msm, devicetree, linux-kernel, linux-pm
On Mon, Feb 16, 2026 at 04:23:19PM +0200, Abel Vesa wrote:
> Add RPMh Power Domains support for the Eliza platform.
>
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
> drivers/pmdomain/qcom/rpmhpd.c | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c
> index 19849703be4a..0c9a3995e06e 100644
> --- a/drivers/pmdomain/qcom/rpmhpd.c
> +++ b/drivers/pmdomain/qcom/rpmhpd.c
> @@ -217,6 +217,31 @@ static struct rpmhpd gmxc = {
> .res_name = "gmxc.lvl",
> };
>
> +/* Eliza RPMH powerdomains */
> +static struct rpmhpd *eliza_rpmhpds[] = {
> + [RPMHPD_CX] = &cx,
> + [RPMHPD_CX_AO] = &cx_ao,
> + [RPMHPD_EBI] = &ebi,
> + [RPMHPD_GFX] = &gfx,
> + [RPMHPD_GMXC] = &gmxc,
> + [RPMHPD_LCX] = &lcx,
> + [RPMHPD_LMX] = &lmx,
> + [RPMHPD_MX] = &mx,
> + [RPMHPD_MX_AO] = &mx_ao,
> + [RPMHPD_MMCX] = &mmcx,
Should it be mmcx or mmcx_w_cx_parent?
> + [RPMHPD_MMCX_AO] = &mmcx_ao,
> + [RPMHPD_MSS] = &mss,
> + [RPMHPD_MXC] = &mxc,
> + [RPMHPD_MXC_AO] = &mxc_ao,
> + [RPMHPD_NSP] = &nsp,
> + [RPMHPD_NSP2] = &nsp2,
> +};
> +
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
2026-02-16 14:23 ` [PATCH 2/2] pmdomain: qcom: rpmhpd: Add " Abel Vesa
2026-02-16 14:53 ` Konrad Dybcio
2026-02-17 8:15 ` Dmitry Baryshkov
@ 2026-02-18 18:01 ` Taniya Das
2 siblings, 0 replies; 9+ messages in thread
From: Taniya Das @ 2026-02-18 18:01 UTC (permalink / raw)
To: Abel Vesa, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Ulf Hansson
Cc: linux-arm-msm, devicetree, linux-kernel, linux-pm
On 2/16/2026 7:53 PM, Abel Vesa wrote:
> + [RPMHPD_LMX] = &lmx,
> + [RPMHPD_MX] = &mx,
> + [RPMHPD_MX_AO] = &mx_ao,
> + [RPMHPD_MMCX] = &mmcx,
> + [RPMHPD_MMCX_AO] = &mmcx_ao,
> + [RPMHPD_MSS] = &mss,
> + [RPMHPD_MXC] = &mxc,
> + [RPMHPD_MXC_AO] = &mxc_ao,
> + [RPMHPD_NSP] = &nsp,
> + [RPMHPD_NSP2] = &nsp2,
> +};
> +
> +static const struct rpmhpd_desc eliza_desc = {
> + .rpmhpds = eliza_rpmhpds,
> + .num_pds = ARRAY_SIZE(eliza_rpmhpds),
> +};
> +
> /* Milos RPMH powerdomains */
> static struct rpmhpd *milos_rpmhpds[] = {
> [RPMHPD_CX] = &cx,
> @@ -795,6 +820,7 @@ static const struct rpmhpd_desc qcs615_desc = {
> };
>
> static const struct of_device_id rpmhpd_match_table[] = {
> + { .compatible = "qcom,eliza-rpmhpd", .data = &eliza_desc },
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
--
Thanks,
Taniya Das
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
2026-02-16 14:23 ` [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains Abel Vesa
2026-02-17 8:06 ` Krzysztof Kozlowski
@ 2026-02-18 19:22 ` Krzysztof Kozlowski
1 sibling, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-02-18 19:22 UTC (permalink / raw)
To: Abel Vesa, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Ulf Hansson
Cc: linux-arm-msm, devicetree, linux-kernel, linux-pm
On 16/02/2026 15:23, Abel Vesa wrote:
> Document the RPMh Power Domains on the Eliza Platform.
>
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
2026-02-17 8:15 ` Dmitry Baryshkov
@ 2026-02-23 12:03 ` Abel Vesa
0 siblings, 0 replies; 9+ messages in thread
From: Abel Vesa @ 2026-02-23 12:03 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Ulf Hansson, linux-arm-msm, devicetree, linux-kernel, linux-pm
On 26-02-17 10:15:22, Dmitry Baryshkov wrote:
> On Mon, Feb 16, 2026 at 04:23:19PM +0200, Abel Vesa wrote:
> > Add RPMh Power Domains support for the Eliza platform.
> >
> > Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> > ---
> > drivers/pmdomain/qcom/rpmhpd.c | 26 ++++++++++++++++++++++++++
> > 1 file changed, 26 insertions(+)
> >
> > diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c
> > index 19849703be4a..0c9a3995e06e 100644
> > --- a/drivers/pmdomain/qcom/rpmhpd.c
> > +++ b/drivers/pmdomain/qcom/rpmhpd.c
> > @@ -217,6 +217,31 @@ static struct rpmhpd gmxc = {
> > .res_name = "gmxc.lvl",
> > };
> >
> > +/* Eliza RPMH powerdomains */
> > +static struct rpmhpd *eliza_rpmhpds[] = {
> > + [RPMHPD_CX] = &cx,
> > + [RPMHPD_CX_AO] = &cx_ao,
> > + [RPMHPD_EBI] = &ebi,
> > + [RPMHPD_GFX] = &gfx,
> > + [RPMHPD_GMXC] = &gmxc,
> > + [RPMHPD_LCX] = &lcx,
> > + [RPMHPD_LMX] = &lmx,
> > + [RPMHPD_MX] = &mx,
> > + [RPMHPD_MX_AO] = &mx_ao,
> > + [RPMHPD_MMCX] = &mmcx,
>
> Should it be mmcx or mmcx_w_cx_parent?
I believe so, yes. Will respin.
Thanks for reviewing.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-02-23 12:03 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 14:23 [PATCH 0/2] pmdomain: qcom: Add support for Eliza SoC Abel Vesa
2026-02-16 14:23 ` [PATCH 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains Abel Vesa
2026-02-17 8:06 ` Krzysztof Kozlowski
2026-02-18 19:22 ` Krzysztof Kozlowski
2026-02-16 14:23 ` [PATCH 2/2] pmdomain: qcom: rpmhpd: Add " Abel Vesa
2026-02-16 14:53 ` Konrad Dybcio
2026-02-17 8:15 ` Dmitry Baryshkov
2026-02-23 12:03 ` Abel Vesa
2026-02-18 18:01 ` Taniya Das
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox