From: Abel Vesa <abel.vesa@linaro.org>
To: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: Bjorn Andersson <andersson@kernel.org>,
Georgi Djakov <djakov@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Rajendra Nayak <quic_rjendra@quicinc.com>,
Sibi Sankar <quic_sibis@quicinc.com>,
Marijn Suijten <marijn.suijten@somainline.org>,
linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 3/4] arm64: dts: qcom: x1e80100: Add missing system-wide PSCI power domain
Date: Wed, 3 Jan 2024 01:33:32 +0200 [thread overview]
Message-ID: <ZZSdTKe/aw2M1/2X@linaro.org> (raw)
In-Reply-To: <20240102-topic-x1e_fixes-v1-3-70723e08d5f6@linaro.org>
On 24-01-02 19:29:49, Konrad Dybcio wrote:
> Previous Qualcomm SoCs over the past couple years have used the Arm DSU
> architecture, which basically unified the meaning of the "cluster" and
> "system". This is however clearly not the case on X1E, as can be seen
> by three separate cluster power domains.
>
> Add the lacking system-level power domain. For now it's going to be
> always-on, as no system-wide idle states are defined at the moment.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/x1e80100.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> index 6f75fc342ceb..fc164b9b3ef1 100644
> --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> @@ -395,16 +395,24 @@ CPU_PD11: power-domain-cpu11 {
> CLUSTER_PD0: power-domain-cpu-cluster0 {
> #power-domain-cells = <0>;
> domain-idle-states = <&CLUSTER_CL4>, <&CLUSTER_CL5>;
> + power-domains = <&SYSTEM_PD>;
> };
>
> CLUSTER_PD1: power-domain-cpu-cluster1 {
> #power-domain-cells = <0>;
> domain-idle-states = <&CLUSTER_CL4>, <&CLUSTER_CL5>;
> + power-domains = <&SYSTEM_PD>;
> };
>
> CLUSTER_PD2: power-domain-cpu-cluster2 {
> #power-domain-cells = <0>;
> domain-idle-states = <&CLUSTER_CL4>, <&CLUSTER_CL5>;
> + power-domains = <&SYSTEM_PD>;
> + };
> +
> + SYSTEM_PD: power-domain-system {
> + #power-domain-cells = <0>;
> + /* TODO: system-wide idle states */
> };
> };
>
>
> --
> 2.43.0
>
next prev parent reply other threads:[~2024-01-02 23:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 18:29 [PATCH 0/4] X Elite fixups Konrad Dybcio
2024-01-02 18:29 ` [PATCH 1/4] interconnect: qcom: x1e80100: Remove bogus per-RSC BCMs and nodes Konrad Dybcio
2024-01-04 9:59 ` Rajendra Nayak
2024-01-04 10:06 ` Konrad Dybcio
2024-01-02 18:29 ` [PATCH 2/4] dt-bindings: interconnect: Remove bogus interconnect nodes Konrad Dybcio
2024-01-02 21:00 ` Krzysztof Kozlowski
2024-01-02 18:29 ` [PATCH 3/4] arm64: dts: qcom: x1e80100: Add missing system-wide PSCI power domain Konrad Dybcio
2024-01-02 23:33 ` Abel Vesa [this message]
2024-01-02 18:29 ` [PATCH 4/4] arm64: dts: qcom: x1e80100: Flush RSC sleep & wake votes Konrad Dybcio
2024-01-02 23:34 ` Abel Vesa
2024-01-28 2:17 ` [PATCH 0/4] X Elite fixups Bjorn Andersson
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=ZZSdTKe/aw2M1/2X@linaro.org \
--to=abel.vesa@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=quic_rjendra@quicinc.com \
--cc=quic_sibis@quicinc.com \
--cc=robh+dt@kernel.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;
as well as URLs for NNTP newsgroup(s).