From: Taniya Das <taniya.das@oss.qualcomm.com>
To: Bryan O'Donoghue <bod@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Ajit Pandey <ajit.pandey@oss.qualcomm.com>,
Imran Shaik <imran.shaik@oss.qualcomm.com>,
Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 8/8] arm64: dts: qcom: eliza: Add support for MM clock controllers
Date: Tue, 12 May 2026 14:22:15 +0530 [thread overview]
Message-ID: <f649f4a8-df16-4fed-b1ca-4362680252a4@oss.qualcomm.com> (raw)
In-Reply-To: <b280ad04-d4ae-4904-9e99-3d057e3d221b@kernel.org>
On 4/10/2026 1:56 PM, Bryan O'Donoghue wrote:
> On 10/04/2026 04:55, Taniya Das wrote:
>>> Why do these two controllers have no power-domains ?
>> Bryan, on Eliza the videocc and camcc are connected on CX and MXA.
>
> Shouldn't you at least have:
>
> power-domains = <&rpmhpd RPMHPD_CX> ?
>
> And even
>
> power-domains = <&rpmhpd RPMHPD_MX>,
> <&rpmhpd RPMHPD_CX>;
> power-domain-names = "mx",
> "cx";
>
> Konrad's suggestion to me was that MXA should have a vote in my CSIPHY
> series I think he and Jagadeesh discussed it but I'm not sure if they
> _concluded_ what was the right thing to do.
>
> Right now I'm representing the dependency. MXA is always on ... and
> there's nothing to do voting for it @ MX ?
>
The clock controller drivers only request the minimum operating level
for the power domains. Since the cx and mx rails are already at the
minimum operating level when APPS is active, explicit voting for these
power domains is not required from camcc.
--
Thanks,
Taniya Das
next prev parent reply other threads:[~2026-05-12 8:52 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 18:10 [PATCH v2 0/8] Add support for Video, Camera, Graphics clock controllers on Eliza Taniya Das
2026-04-09 18:10 ` [PATCH v2 1/8] dt-bindings: clock: qcom: Add video clock controller on Eliza SoC Taniya Das
2026-04-09 18:10 ` [PATCH v2 2/8] dt-bindings: clock: qcom: document the Eliza GPU Clock Controller Taniya Das
2026-04-09 18:10 ` [PATCH v2 3/8] dt-bindings: clock: qcom: Add support for CAMCC for Eliza Taniya Das
2026-04-10 7:47 ` Krzysztof Kozlowski
2026-05-12 8:54 ` Taniya Das
2026-04-09 18:10 ` [PATCH v2 4/8] clk: qcom: videocc: Add video clock controller driver " Taniya Das
2026-04-10 4:48 ` Jie Gan
2026-04-10 5:46 ` Taniya Das
2026-04-09 18:10 ` [PATCH v2 5/8] clk: qcom: gpucc: Add GPU Clock Controller " Taniya Das
2026-04-24 11:40 ` Konrad Dybcio
2026-04-09 18:10 ` [PATCH v2 6/8] clk: qcom: camcc: Add support for camera clock controller " Taniya Das
2026-04-09 18:10 ` [PATCH v2 7/8] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC Taniya Das
2026-04-09 18:10 ` [PATCH v2 8/8] arm64: dts: qcom: eliza: Add support for MM clock controllers Taniya Das
2026-04-09 18:40 ` Bryan O'Donoghue
2026-04-10 3:55 ` Taniya Das
2026-04-10 8:26 ` Bryan O'Donoghue
2026-05-12 8:52 ` Taniya Das [this message]
2026-05-12 9:01 ` Bryan O'Donoghue
2026-04-10 7:44 ` Krzysztof Kozlowski
2026-04-10 9:25 ` Taniya Das
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=f649f4a8-df16-4fed-b1ca-4362680252a4@oss.qualcomm.com \
--to=taniya.das@oss.qualcomm.com \
--cc=ajit.pandey@oss.qualcomm.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andersson@kernel.org \
--cc=bod@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imran.shaik@oss.qualcomm.com \
--cc=jagadeesh.kona@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=sboyd@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