Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Taniya Das <taniya.das@oss.qualcomm.com>
To: Abel Vesa <abel.vesa@oss.qualcomm.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
Date: Wed, 18 Feb 2026 23:31:36 +0530	[thread overview]
Message-ID: <0d105b2a-a32f-4d8e-b067-0adf7d4ccfee@oss.qualcomm.com> (raw)
In-Reply-To: <20260216-eliza-pmdomain-v1-2-c51260a47d6d@oss.qualcomm.com>



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


      parent reply	other threads:[~2026-02-18 18:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d105b2a-a32f-4d8e-b067-0adf7d4ccfee@oss.qualcomm.com \
    --to=taniya.das@oss.qualcomm.com \
    --cc=abel.vesa@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox