From: Kaipeng Zeng <kaipeng94@gmail.com>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
devicetree@vger.kernel.org
Cc: linux-arm-msm@vger.kernel.org, conor+dt@kernel.org,
krzk+dt@kernel.org, robh@kernel.org, konradybcio@kernel.org,
andersson@kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: qcom: Add support for Acer Swift Go Pro AI (SFA14-11)
Date: Sun, 5 Jul 2026 23:29:00 +0800 [thread overview]
Message-ID: <13138cbb-815d-46b1-aa82-cca6e44878a1@gmail.com> (raw)
In-Reply-To: <5791feda-226a-4a22-a79e-e6b72be141b8@oss.qualcomm.com>
Hi Konrad,
On 7/2/26 19:45, Konrad Dybcio wrote:
> On 7/2/26 8:31 AM, Kaipeng Zeng wrote:
>> + wcd938x: audio-codec {
>
> Nodes should be sorted - by 'reg' and unit address if there's one,
> by name if there isn't (minus some special cases like GPIOs), see:
>
> https://docs.kernel.org/devicetree/bindings/dts-coding-style.html
>
>> + compatible = "qcom,wcd9385-codec";
>
>
>> +
>> + pinctrl-names = "default";
>> + pinctrl-0 = <&wcd_default>;
>
> property-n
> property-names
>
> in this order, file-wide, please
>
Got it, I will fix the property order file-wide.
Should I sort all nodes, including those copied from the x1-crd.dtsi?
For example, vph_pwr is inserted between two vreg_* nodes in
x1-crd.dtsi.
> [...]
>
>> +&apps_rsc {
>> + regulators-0 {
>> + compatible = "qcom,pm8550-rpmh-regulators";
>> + qcom,pmic-id = "b";
>
> Have you verified this against the DSDT of your device? Incorrect
> settings may lead to hw damage
>
> [...]
>
Thank you for pointing this out, I had not verified this before.
Looking inside the DSDT, I found some "PMICVREGVOTE" packages that list
a value as the required voltage.
And I need to check if any required voltage falls outside the
range set by DTS. Is that correct?
However, some PPP_RESOURCE_ID_* seem to be mentioned only and lack a
specific voltage.
For these, should I retain the original value (from x1e80100-crd.dtsi),
or is there another way to determine their correct ranges?
>> +&iris {
>> + status = "okay";
>
> You need to specify a firmare path
>
I will add a firmware path.
But since the firmware of this device is not archived by linux-firmware,
is it proper to use "qcom/x1e80100/ACER/SFA14-11/*.mbn" as the firmware
path?
Currently, I use it for all firmware paths.
> Konrad
Thank you again for your helpful replies!
next prev parent reply other threads:[~2026-07-05 15:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-02 6:31 [PATCH 0/2] Add device tree for Acer Swift Go Pro AI (SFA14-11) Kaipeng Zeng
2026-07-02 6:31 ` [PATCH 1/2] dt-bindings: arm: qcom: Add " Kaipeng Zeng
2026-07-02 6:27 ` Krzysztof Kozlowski
2026-07-02 6:35 ` Krzysztof Kozlowski
2026-07-02 9:29 ` Konrad Dybcio
2026-07-02 9:32 ` Krzysztof Kozlowski
2026-07-05 15:34 ` Kaipeng Zeng
2026-07-05 15:39 ` Krzysztof Kozlowski
2026-07-02 6:31 ` [PATCH 2/2] arm64: dts: qcom: Add support for " Kaipeng Zeng
2026-07-02 6:31 ` Krzysztof Kozlowski
2026-07-02 6:40 ` sashiko-bot
2026-07-02 11:45 ` Konrad Dybcio
2026-07-05 15:29 ` Kaipeng Zeng [this message]
2026-07-06 10:37 ` 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=13138cbb-815d-46b1-aa82-cca6e44878a1@gmail.com \
--to=kaipeng94@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.