All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Jie Gan" <jie.gan@oss.qualcomm.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v5] arm64: dts: qcom: glymur: add coresight nodes
Date: Tue, 19 May 2026 13:35:42 +0000	[thread overview]
Message-ID: <20260519133543.6878CC2BCB8@smtp.kernel.org> (raw)
In-Reply-To: <20260519-add-coresight-nodes-for-glymur-v5-1-3dad99fe31e0@oss.qualcomm.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The `tn@11200000` node violates the `qcom,coresight-itnoc` device tree binding schema.
--

commit 30295a9238dfaa7e7f3c2a597e85a52b878ac32f
Author: Jie Gan <jie.gan@oss.qualcomm.com>

arm64: dts: qcom: glymur: add coresight nodes

This commit adds CoreSight nodes to enable trace paths like TPDM->ETF/STM->ETF
on the Glymur platform. It also deletes the cti_wpss DT node on Mahua since it
will cause NoC issues.

> diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
> index 0c5cb8532b202..a606235bdb4b1 100644
> --- a/arch/arm64/boot/dts/qcom/glymur.dtsi
> +++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
[ ... ]
> +		tn@11200000  {
> +			compatible = "qcom,coresight-itnoc";
> +			reg = <0x0 0x11200000 0x0 0x3c00>;
> +
> +			clocks = <&aoss_qmp>;
> +			clock-names = "apb_pclk";

Does the node name tn@11200000 violate the qcom,coresight-itnoc device tree
binding schema? The schema requires the node name to match the pattern
^itnoc(@[0-9a-f]+)?$.

Additionally, does the clock-names property value "apb_pclk" violate the
schema which strictly expects "apb"?

While the coresight clock parsing logic gracefully accepts "apb_pclk" and
falls back to "apb" avoiding a runtime failure, this mismatch will cause
new make dtbs_check validation errors.

> +
> +			in-ports {
> +				#address-cells = <1>;

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260519-add-coresight-nodes-for-glymur-v5-1-3dad99fe31e0@oss.qualcomm.com?part=1

  reply	other threads:[~2026-05-19 13:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-19 13:14 [PATCH v5] arm64: dts: qcom: glymur: add coresight nodes Jie Gan
2026-05-19 13:35 ` sashiko-bot [this message]
2026-06-11  9:28 ` Konrad Dybcio
2026-06-11 23:11   ` Jie Gan

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=20260519133543.6878CC2BCB8@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jie.gan@oss.qualcomm.com \
    --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 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.