From: sashiko-bot@kernel.org
To: "Shawn Guo" <shengchao.guo@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v7 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant
Date: Tue, 21 Jul 2026 04:53:53 +0000 [thread overview]
Message-ID: <20260721045354.6271F1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260721044005.2882803-3-shengchao.guo@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [High] Hardcoded GIC_ESPI interrupts in scmi57 through scmi63 conflict with apps_smmu_0.
--
--- Patch [2]: [PATCH v7 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant ---
commit 1f36266e7d1bd796ddbb6d1dc183a6af6873f479
Author: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
arm64: dts: qcom: Add device tree for Nord GearVM variant
This commit adds a SoC-level device tree include for the Nord GearVM variant
where a VM controls platform resources as an SCMI server. It includes shared
memory regions, QUPV3 GENI SE blocks, and a UFS host controller.
> diff --git a/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi b/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi
> new file mode 100644
> --- /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: High]
Does this interrupt assignment conflict with apps_smmu_0?
The apps_smmu_0 node in the base nord.dtsi already claims GIC_ESPI 32 through
GIC_ESPI 127 using IRQ_TYPE_LEVEL_HIGH. Here, scmi57 through scmi63 are
sequentially assigned GIC_ESPI 32 through GIC_ESPI 38 with
IRQ_TYPE_EDGE_RISING.
The kernel IRQ subsystem strictly prohibits sharing interrupts with mismatched
trigger types. This will cause request_irq() to fail for whichever driver
probes second. Because apps_smmu_0 acts as the IOMMU for core peripherals,
and SCMI controls critical power domains, a probe failure here might leave
core subsystems unpowered or unbootable.
> + interrupt-names = "a2p";
> + #address-cells = <1>;
> + #size-cells = <0>;
> + arm,max-msg = <10>;
> + arm,max-msg-size = <256>;
> + arm,max-rx-timeout-ms = <3000>;
[ ... ]
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260721044005.2882803-1-shengchao.guo@oss.qualcomm.com?part=2
next prev parent reply other threads:[~2026-07-21 4:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 4:39 [PATCH v7 0/6] Add initial device trees for Nord platform Shawn Guo
2026-07-21 4:40 ` [PATCH v7 1/6] arm64: dts: qcom: Add device tree for Nord SoC series Shawn Guo
2026-07-21 4:54 ` sashiko-bot
2026-07-21 5:03 ` Kuldeep Singh
2026-07-21 6:26 ` Shawn Guo
2026-07-21 4:40 ` [PATCH v7 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant Shawn Guo
2026-07-21 4:53 ` sashiko-bot [this message]
2026-07-21 7:51 ` Bartosz Golaszewski
2026-07-21 4:40 ` [PATCH v7 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant Shawn Guo
2026-07-21 4:50 ` sashiko-bot
2026-07-21 4:40 ` [PATCH v7 4/6] dt-bindings: arm: qcom: Document Nord reference boards Shawn Guo
2026-07-21 4:40 ` [PATCH v7 5/6] arm64: dts: qcom: Add device tree for Nord Ride board Shawn Guo
2026-07-21 7:51 ` Bartosz Golaszewski
2026-07-21 4:40 ` [PATCH v7 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=20260721045354.6271F1F000E9@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 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.