From: sashiko-bot@kernel.org
To: "Aaron Kling" <webgeek1234@gmail.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v9 5/6] arm64: dts: qcom: Add AYN Odin 2 Portal
Date: Tue, 28 Jul 2026 00:26:33 +0000 [thread overview]
Message-ID: <20260728002634.3B0671F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260727-ayn-qcs8550-v9-5-e3db456e10e5@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Fixed regulator nodes use a deprecated naming convention that will trigger devicetree validation warnings.
--
--- Patch [5]: [PATCH v9 5/6] arm64: dts: qcom: Add AYN Odin 2 Portal ---
commit 0ad21da21b369d77d78a0eaf792c099796b2fd81
Author: Teguh Sobirin <teguh@sobir.in>
arm64: dts: qcom: Add AYN Odin 2 Portal
This patch adds devicetree support for the AYN Odin 2 Portal, a handheld
gaming console powered by the Qualcomm Snapdragon 8 Gen 2 processor.
> diff --git a/arch/arm64/boot/dts/qcom/qcs8550-ayntec-odin2portal.dts b/arch/arm64/boot/dts/qcom/qcs8550-ayntec-odin2portal.dts
> new file mode 100644
> index 0000000000000..2c6e63f47cceb
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/qcs8550-ayntec-odin2portal.dts
[ ... ]
> +&{/} {
> + model = "AYN Odin 2 Portal";
> + compatible = "ayntec,odin2portal", "qcom,qcs8550", "qcom,sm8550";
> +
> + vdd_bl_5v0: vdd-bl-5v0-regulator {
[Severity: Low]
Will this node name trigger devicetree validation warnings? Fixed regulators
typically use a regulator-* prefix rather than a -regulator suffix to comply
with the devicetree specification. Could this be named regulator-vdd-bl-5v0
instead?
> + compatible = "regulator-fixed";
> + regulator-name = "vdd_bl_5v0";
> +
> + regulator-min-microvolt = <5000000>;
> + regulator-max-microvolt = <5000000>;
> +
> + gpio = <&tlmm 52 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + };
> +
> + vdd_disp_2v8: vdd-disp-2v8-regulator {
[Severity: Low]
Similar to above, will this trigger a dtbs_check warning due to the -regulator
suffix? Should this be regulator-vdd-disp-2v8 to match the generic node name
expectations?
> + compatible = "regulator-fixed";
> + regulator-name = "vdd_disp_2v8";
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260727-ayn-qcs8550-v9-0-e3db456e10e5@gmail.com?part=5
next prev parent reply other threads:[~2026-07-28 0:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-28 0:20 [PATCH v9 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices Aaron Kling via B4 Relay
2026-07-28 0:20 ` [PATCH v9 1/6] dt-bindings: vendor-prefixes: Add Chip Wealth Technology Aaron Kling via B4 Relay
2026-07-28 0:20 ` [PATCH v9 2/6] dt-bindings: arm: qcom: Add AYN QCS8550 Devices Aaron Kling via B4 Relay
2026-07-28 0:20 ` [PATCH v9 3/6] arm64: dts: qcom: Add AYN QCS8550 Common Aaron Kling via B4 Relay
2026-07-28 0:20 ` [PATCH v9 4/6] arm64: dts: qcom: Add AYN Odin 2 Mini Aaron Kling via B4 Relay
2026-07-28 0:27 ` sashiko-bot
2026-07-28 0:20 ` [PATCH v9 5/6] arm64: dts: qcom: Add AYN Odin 2 Portal Aaron Kling via B4 Relay
2026-07-28 0:26 ` sashiko-bot [this message]
2026-07-28 0:20 ` [PATCH v9 6/6] arm64: dts: qcom: Add AYN Thor Aaron Kling via B4 Relay
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=20260728002634.3B0671F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=webgeek1234@gmail.com \
/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