Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Jingyi Wang" <jingyi.wang@oss.qualcomm.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v2 2/3] arm64: dts: qcom: kaanapali-qrd: Add SoCCP node
Date: Thu, 09 Jul 2026 08:21:22 +0000	[thread overview]
Message-ID: <20260709082122.74A441F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260709-knp-soccp-dt-v2-2-6e2bfca96088@oss.qualcomm.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The board-specific `&remoteproc_soccp` node is missing the `status = "okay";` property, relying on a flawed default in the base device tree.
--

--- Patch [2]: [PATCH v2 2/3] arm64: dts: qcom: kaanapali-qrd: Add SoCCP node ---
commit 499497fe00069ecefb1bec759006b9907810f4e3
Author: Jingyi Wang <jingyi.wang@oss.qualcomm.com>

arm64: dts: qcom: kaanapali-qrd: Add SoCCP node

This commit adds the remote processor firmware configuration for the SoCCP
node on the Kaanapali QRD board.

> diff --git a/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts b/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts
> index 55d02219ef4e9..8ac1c664a7fd4 100644
> --- a/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts
> +++ b/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts

[ ... ]

> @@ -786,6 +786,11 @@ &remoteproc_cdsp {
>  	status = "okay";
>  };
>  
> +&remoteproc_soccp {
> +	firmware-name = "qcom/kaanapali/soccp.mbn",
> +			"qcom/kaanapali/soccp_dtb.mbn";
> +};

[Severity: Medium]
Should this node explicitly include a status = "okay"; property?

While the node might currently function if the base kaanapali.dtsi omitted
a status = "disabled"; declaration, standard Qualcomm remoteproc conventions
typically disable remote processors by default in the base device tree.

If the base device tree is later corrected to follow this convention, the
SoCCP could silently become disabled on this board because it lacks an
explicit enable here.

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260709-knp-soccp-dt-v2-0-6e2bfca96088@oss.qualcomm.com?part=2

  reply	other threads:[~2026-07-09  8:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-09  8:14 [PATCH v2 0/3] arm64: dts: qcom: kaanapali: Add SoCCP Jingyi Wang
2026-07-09  8:14 ` [PATCH v2 1/3] arm64: dts: qcom: kaanapali: Add SoCCP for Kaanapali SoC Jingyi Wang
2026-07-09 10:24   ` Konrad Dybcio
2026-07-09 13:33   ` Dmitry Baryshkov
2026-07-09  8:14 ` [PATCH v2 2/3] arm64: dts: qcom: kaanapali-qrd: Add SoCCP node Jingyi Wang
2026-07-09  8:21   ` sashiko-bot [this message]
2026-07-09 10:24   ` Konrad Dybcio
2026-07-09 13:33   ` Dmitry Baryshkov
2026-07-09  8:14 ` [PATCH v2 3/3] arm64: dts: qcom: kaanapali-mtp: " Jingyi Wang
2026-07-09 10:24   ` Konrad Dybcio
2026-07-09 13:34   ` Dmitry Baryshkov

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=20260709082122.74A441F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jingyi.wang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox