From: Bryan O'Donoghue <bod@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Luca Weiss <luca.weiss@fairphone.com>
Cc: Robert Foss <rfoss@kernel.org>, Todor Tomov <todor.too@gmail.com>,
Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/3] dt-bindings: media: camss: Add qcom,sm6350-camss
Date: Sat, 14 Feb 2026 13:05:37 +0000 [thread overview]
Message-ID: <f5869002-1b42-4164-9f14-2ee41f5b1496@kernel.org> (raw)
In-Reply-To: <20260214-slick-ringtail-of-innovation-d8eecd@quoll>
On 14/02/2026 08:37, Krzysztof Kozlowski wrote:
> On Fri, Feb 13, 2026 at 02:15:01PM +0100, Luca Weiss wrote:
>> + power-domains:
>> + maxItems: 6
>> +
>> + power-domain-names:
>> + items:
>> + - const: bps
>> + - const: ife0
>> + - const: ife1
>
> ife0, ife1, ife2, top, bps, ipe like in sm6150 or sm8650.
>
>> + - const: ife2
>> + - const: ipe
>> + - const: top
>> +
>> + vdd-csiphy0-0p9-supply:
>> + description:
>> + Phandle to a 0.9V regulator supply to CSIPHY0.
>> +
>> + vdd-csiphy0-1p25-supply:
>> + description:
>> + Phandle to a 1.25V regulator supply to CSIPHY0.
>> +
>> + vdd-csiphy1-0p9-supply:
>> + description:
>> + Phandle to a 0.9V regulator supply to CSIPHY1.
>> +
>> + vdd-csiphy1-1p25-supply:
>> + description:
>> + Phandle to a 1.25V regulator supply to CSIPHY1.
>> +
>> + vdd-csiphy2-0p9-supply:
>> + description:
>> + Phandle to a 0.9V regulator supply to CSIPHY2.
>> +
>> + vdd-csiphy2-1p25-supply:
>> + description:
>> + Phandle to a 1.25V regulator supply to CSIPHY2.
>> +
>> + vdd-csiphy3-0p9-supply:
>> + description:
>> + Phandle to a 0.9V regulator supply to CSIPHY3.
>> +
>> + vdd-csiphy3-1p25-supply:
>> + description:
>> + Phandle to a 1.25V regulator supply to CSIPHY3.
>
> I assume that we abandon the idea of separate CSI PHY devices. It was
> discssed way too long time ago.
No just waiting for 6.20/7.0 to drop however, I think its fine to add
new definitions until we merge that series.
> With domains changed:
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> Best regards,
> Krzysztof
>
next prev parent reply other threads:[~2026-02-14 13:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-13 13:15 [PATCH v3 0/3] Add CAMSS support for SM6350 Luca Weiss
2026-02-13 13:15 ` [PATCH v3 1/3] dt-bindings: media: camss: Add qcom,sm6350-camss Luca Weiss
2026-02-14 8:37 ` Krzysztof Kozlowski
2026-02-14 13:05 ` Bryan O'Donoghue [this message]
2026-02-17 22:18 ` Vijay Kumar Tumati
2026-02-18 20:10 ` Krzysztof Kozlowski
2026-02-18 20:47 ` Vijay Kumar Tumati
2026-02-26 9:44 ` Krzysztof Kozlowski
2026-02-13 13:15 ` [PATCH v3 2/3] media: qcom: camss: Add SM6350 support Luca Weiss
2026-02-14 13:08 ` Bryan O'Donoghue
2026-02-15 12:46 ` David Heidelberg
2026-02-16 10:02 ` Bryan O'Donoghue
2026-02-13 13:15 ` [PATCH v3 3/3] arm64: dts: qcom: sm6350: Add CAMSS node Luca Weiss
2026-02-16 11:04 ` [PATCH v3 0/3] Add CAMSS support for SM6350 Konrad Dybcio
2026-02-17 11:56 ` Imran Shaik
2026-02-17 12:01 ` Konrad Dybcio
2026-02-18 18:12 ` Imran Shaik
2026-02-24 13:43 ` Konrad Dybcio
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=f5869002-1b42-4164-9f14-2ee41f5b1496@kernel.org \
--to=bod@kernel.org \
--cc=andersson@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=luca.weiss@fairphone.com \
--cc=mchehab@kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=rfoss@kernel.org \
--cc=robh@kernel.org \
--cc=todor.too@gmail.com \
--cc=vladimir.zapolskiy@linaro.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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