Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Shawn Guo" <shengchao.guo@oss.qualcomm.com>
Cc: robh@kernel.org, devicetree@vger.kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v4 4/4] arm64: dts: qcom: Add device tree for SA8797P Ride board
Date: Tue, 07 Jul 2026 12:50:54 +0000	[thread overview]
Message-ID: <20260707125055.591F81F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260707123902.3868016-5-shengchao.guo@oss.qualcomm.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Unnecessary enabling of the `scmi15` node without any consumers in the device tree.
--

--- Patch [4]: [PATCH v4 4/4] arm64: dts: qcom: Add device tree for SA8797P Ride board ---
commit 2bf6cb71544bf0d531e0d5f6d64fb13a53cb31fc
Author: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>

arm64: dts: qcom: Add device tree for SA8797P Ride board

This commit adds the initial device tree for the Qualcomm SA8797P Ride
reference board. It configures primary and secondary serial ports, enables
UFS storage support, and defines various thermal zones sourced from SCMI.

> diff --git a/arch/arm64/boot/dts/qcom/sa8797p-ride.dts b/arch/arm64/boot/dts/qcom/sa8797p-ride.dts
> new file mode 100644
> index 0000000000000..d1c28698a9709
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/sa8797p-ride.dts

[ ... ]

> +&scmi11 {
> +	status = "okay";
> +};
> +
> +&scmi15 {
> +	status = "okay";
> +};

[Severity: Medium]
Is it necessary to enable the scmi15 node here?

Looking at the device tree, there don't appear to be any consumers for scmi15
such as scmi15_pd or scmi15_dvfs.

Enabling this channel could result in spurious SCMI probes during boot. This
can execute unnecessary SMC calls and potentially cause boot delays, SCMI
timeouts, or firmware errors if the channel is not provisioned for this
virtual machine.

Could this be a mix-up with uart15? I noticed uart15 is enabled in this patch,
but it typically draws its power domains and performance scaling from scmi11
rather than scmi15.

[ ... ]

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

  reply	other threads:[~2026-07-07 12:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-07 12:38 [PATCH v4 0/4] Add initial device trees for Nord SA8797P Shawn Guo
2026-07-07 12:38 ` [PATCH v4 1/4] arm64: dts: qcom: Add device tree for Nord SoC series Shawn Guo
2026-07-07 12:54   ` sashiko-bot
2026-07-07 12:39 ` [PATCH v4 2/4] arm64: dts: qcom: Add device tree for Nord SA8797P SoC Shawn Guo
2026-07-07 12:49   ` sashiko-bot
2026-07-07 12:39 ` [PATCH v4 3/4] dt-bindings: arm: qcom: Document SA8797P Ride board Shawn Guo
2026-07-07 12:39 ` [PATCH v4 4/4] arm64: dts: qcom: Add device tree for " Shawn Guo
2026-07-07 12:50   ` sashiko-bot [this message]
2026-07-07 13:45 ` [PATCH v4 0/4] Add initial device trees for Nord SA8797P 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=20260707125055.591F81F000E9@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