Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Abel Vesa" <abel.vesa@oss.qualcomm.com>
Cc: robh@kernel.org, devicetree@vger.kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: qcom: Add Eliza CQS EVK board
Date: Fri, 15 May 2026 16:33:16 +0000	[thread overview]
Message-ID: <20260515163317.2E814C2BCF6@smtp.kernel.org> (raw)
In-Reply-To: <20260515-eliza-dts-qcs-evk-v1-2-7169d78a33e1@oss.qualcomm.com>

Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Low] The device tree will fail to compile due to an unresolved node reference to `&uart13` in `eliza-evk.dtsi`.
- [Low] The new board compatible string `qcom,eliza-cqs-evk` is not documented in the dt-bindings.
--

commit 1762700c0c5b81f76d24db53170888e499078dd4
Author: Abel Vesa <abel.vesa@oss.qualcomm.com>
arm64: dts: qcom: Add Eliza CQS EVK board

This commit adds the common Eliza EVK dtsi and the final Eliza CQS EVK dts
files. It provides the device tree configuration for combining the Eliza SoM
with the common EVK base board.

> diff --git a/arch/arm64/boot/dts/qcom/eliza-cqs-evk.dts b/arch/arm64/boot/dts/qcom/eliza-cqs-evk.dts
> new file mode 100644
> index 0000000000000..fcf7d9232805c
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/eliza-cqs-evk.dts
[ ... ]
> @@ -0,0 +1,20 @@
[ ... ]
> +/ {
> +	model = "Qualcomm Technologies, Inc. Eliza CQS EVK";
> +	compatible = "qcom,eliza-cqs-evk", "qcom,eliza";

Is this new compatible string documented in the dt-bindings?

A search of the Documentation directory suggests qcom,eliza-cqs-evk is
missing from the binding files, which could cause dt_binding_check to fail.

[ ... ]
> diff --git a/arch/arm64/boot/dts/qcom/eliza-evk.dtsi b/arch/arm64/boot/dts/qcom/eliza-evk.dtsi
> new file mode 100644
> index 0000000000000..e47b24f8b8277
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/eliza-evk.dtsi
> @@ -0,0 +1,20 @@
[ ... ]
> +&uart13 {
> +	compatible = "qcom,geni-debug-uart";
> +
> +	status = "okay";
> +};

Will the device tree compiler fail with an unresolved node reference here?

It appears the base SoC file defines the UART as uart14, while this code tries
to reference and modify uart13 which is not defined in the inclusion chain.

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260515-eliza-dts-qcs-evk-v1-0-7169d78a33e1@oss.qualcomm.com?part=2

      reply	other threads:[~2026-05-15 16:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-15 16:01 [PATCH 0/2] arm64: dts: qcom: Add Eliza CQS EVK support Abel Vesa
2026-05-15 16:01 ` [PATCH 1/2] arm64: dts: qcom: Add Eliza CQS SoM platform Abel Vesa
2026-05-15 16:24   ` sashiko-bot
2026-05-15 16:01 ` [PATCH 2/2] arm64: dts: qcom: Add Eliza CQS EVK board Abel Vesa
2026-05-15 16:33   ` sashiko-bot [this message]

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=20260515163317.2E814C2BCF6@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=abel.vesa@oss.qualcomm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /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