Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Shawn Guo" <shengchao.guo@oss.qualcomm.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v10 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant
Date: Mon, 10 Aug 2026 11:23:13 +0000	[thread overview]
Message-ID: <20260810112314.45A841F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260810110726.775084-4-shengchao.guo@oss.qualcomm.com>

Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Medium] The scmi23 node introduces a thermal sensor protocol (protocol@15) which is not documented in the commit message.
- [Low] The dummy interrupts assigned to SCMI nodes scmi57 through scmi63 erroneously claim GIC_ESPI 32 through 38, conflicting with the statically assigned interrupts for apps_smmu_0.
--

--- Patch [2]: [PATCH v10 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant ---
commit 948fb9a917a28aaf25a94ebad3d151be888b0a2f
Author: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>

arm64: dts: qcom: Add device tree for Nord GearVM variant

This commit adds a new device tree file for the Nord GearVM variant, where a
VM controls platform resources as an SCMI server. It exposes shared memory
regions, QUPV3 GENI SE blocks, and a UFS host controller via SCMI.

> Add SoC-level device tree include for Nord GearVM variant, where a VM
> controls platform resources (clocks, regulators, powerdomains, etc.)
> as SCMI server. It currently covers:
> 
>  - 64 SCMI shared memory regions reserved at 0xd7600000-0xd763f000
>    for SMC-based firmware communication channels
>  - Three QUPV3 GENI SE QUP blocks (qupv3_0/1/2) with I2C/SPI/UART
>    controllers using SCMI power and performance domains via scmi11
>  - UFS host controller with SCMI power domain via scmi3

[Severity: Medium]
Could the commit message be updated to mention the thermal sensor protocol
support? The device tree adds scmi23_sensor utilizing protocol@15, which
is undocumented in the commit message.

> diff --git a/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi b/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi
> new file mode 100644
> index 0000000000000..cd20acb89c1bb
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi

[ ... ]

> +	scmi57: scmi-57 {
> +		compatible = "qcom,scmi-smc";
> +		arm,smc-id = <0xc6008012>;
> +		shmem = <&shmem57>;
> +		interrupts = <GIC_ESPI 32 IRQ_TYPE_EDGE_RISING>;

[Severity: Low]
Do the dummy interrupts in scmi57 through scmi63 conflict with apps_smmu_0?

Since apps_smmu_0 is statically assigned GIC_ESPI 32 as IRQ_TYPE_LEVEL_HIGH in
nord.dtsi, if the bootloader enables these SCMI nodes but fails to rewrite the
dummy interrupt numbers, wouldn't genirq reject the interrupt request during
probe due to conflicting hardware interrupt assignments and trigger types?

> +		interrupt-names = "a2p";
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +		arm,max-msg = <10>;

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260810110726.775084-1-shengchao.guo@oss.qualcomm.com?part=2

  reply	other threads:[~2026-08-10 11:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-10 11:07 [PATCH v10 0/6] Add initial device trees for Nord platform Shawn Guo
2026-08-10 11:07 ` [PATCH v10 1/6] arm64: dts: qcom: Add device tree for Nord SoC series Shawn Guo
2026-08-10 11:21   ` sashiko-bot
2026-08-10 11:07 ` [PATCH] remoteproc: qcom_q6v5_pas: add HPASS ADSP cluster boot-order and SSR coupling Shawn Guo
2026-08-10 11:17   ` sashiko-bot
2026-08-10 11:29   ` Shawn Guo
2026-08-10 11:07 ` [PATCH v10 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant Shawn Guo
2026-08-10 11:23   ` sashiko-bot [this message]
2026-08-10 11:07 ` [PATCH v10 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant Shawn Guo
2026-08-10 11:07 ` [PATCH v10 4/6] dt-bindings: arm: qcom: Document Nord reference boards Shawn Guo
2026-08-10 11:07 ` [PATCH v10 5/6] arm64: dts: qcom: Add device tree for Nord Ride board Shawn Guo
2026-08-10 11:07 ` [PATCH v10 6/6] arm64: dts: qcom: Add device tree for Nord RRD board Shawn Guo

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=20260810112314.45A841F000E9@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=shengchao.guo@oss.qualcomm.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