From: sashiko-bot@kernel.org
To: "Abel Vesa" <abel.vesa@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org,
krzk+dt@kernel.org
Subject: Re: [PATCH v3 1/3] arm64: dts: qcom: eliza: Describe the ADSP and USB related nodes
Date: Wed, 13 May 2026 21:12:14 +0000 [thread overview]
Message-ID: <20260513211215.40DC3C19425@smtp.kernel.org> (raw)
In-Reply-To: <20260512-eliza-adsp-usb-v3-1-6420282841c2@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Low] Redundant 'interrupt-parent' property in the 'aoss_qmp' node.
- [Low] Newly introduced compatible strings violate existing DT binding schemas, causing dtbs_check validation failures.
--
commit 56225b8dd9e95631f7a6297b203c68d9c7cdee8d
Author: Abel Vesa <abel.vesa@oss.qualcomm.com>
arm64: dts: qcom: eliza: Describe the ADSP and USB related nodes
This commit describes the ADSP remoteproc node along with its dependencies
including the IPCC mailbox, AOSS QMP, and SMP2P links. It also describes
the Eliza SoC's USB 3.1 Gen 2 controller, QMP combo PHY, and SNPS eUSB2 PHY.
> diff --git a/arch/arm64/boot/dts/qcom/eliza.dtsi b/arch/arm64/boot/dts/qcom/eliza.dtsi
> --- a/arch/arm64/boot/dts/qcom/eliza.dtsi
> +++ b/arch/arm64/boot/dts/qcom/eliza.dtsi
[ ... ]
> + usb_hsphy: phy@88e3000 {
> + compatible = "qcom,eliza-snps-eusb2-phy",
> + "qcom,sm8550-snps-eusb2-phy";
Are these compatible strings fully documented in the binding schemas?
It appears qcom,eliza-snps-eusb2-phy is missing from the allowed enum list in
Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml, which will
cause dtbs_check to fail validation.
[ ... ]
> + usb_dp_qmpphy: phy@88e8000 {
> + compatible = "qcom,eliza-qmp-usb3-dp-phy",
> + "qcom,sm8650-qmp-usb3-dp-phy";
Does this fallback compatible chain match the current schema constraints?
The schema Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
expects qcom,sm8650-qmp-usb3-dp-phy to be used alone without a fallback, which
will also result in dtbs_check validation failures.
[ ... ]
> + aoss_qmp: power-management@c300000 {
> + compatible = "qcom,eliza-aoss-qmp", "qcom,aoss-qmp";
Similar to the PHY nodes, is qcom,eliza-aoss-qmp documented in the binding
schema? It seems to be missing from the enum list in
Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml.
> + reg = <0x0 0x0c300000 0x0 0x400>;
> +
> + interrupt-parent = <&ipcc>;
> + interrupts-extended = <&ipcc IPCC_CLIENT_AOP IPCC_MPROC_SIGNAL_GLINK_QMP
> + IRQ_TYPE_EDGE_RISING>;
Is the interrupt-parent property needed here?
Since the node uses interrupts-extended which explicitly includes the interrupt
controller phandle for each specifier, and there are no child nodes to inherit
the interrupt parent, this property seems to be redundant.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260512-eliza-adsp-usb-v3-0-6420282841c2@oss.qualcomm.com?part=1
next prev parent reply other threads:[~2026-05-13 21:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 12:26 [PATCH v3 0/3] arm64: dts: qcom: eliza: Add ADSP and USB support Abel Vesa
2026-05-12 12:26 ` [PATCH v3 1/3] arm64: dts: qcom: eliza: Describe the ADSP and USB related nodes Abel Vesa
2026-05-12 18:54 ` Dmitry Baryshkov
2026-05-13 9:19 ` Konrad Dybcio
2026-05-13 21:12 ` sashiko-bot [this message]
2026-05-12 12:26 ` [PATCH v3 2/3] arm64: dts: qcom: Add Eliza-specific PM7750BA dtsi Abel Vesa
2026-05-12 18:54 ` Dmitry Baryshkov
2026-05-13 1:33 ` Alexander Koskovich
2026-05-13 6:15 ` Abel Vesa
2026-05-13 21:28 ` sashiko-bot
2026-05-12 12:26 ` [PATCH v3 3/3] arm64: dts: qcom: eliza-mtp: Enable USB and ADSP support Abel Vesa
2026-05-12 22:04 ` Dmitry Baryshkov
2026-05-13 6:10 ` Abel Vesa
2026-05-13 9:44 ` Dmitry Baryshkov
2026-05-13 9:58 ` Abel Vesa
2026-05-13 10:04 ` Dmitry Baryshkov
2026-05-13 21:39 ` sashiko-bot
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=20260513211215.40DC3C19425@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