From: sashiko-bot@kernel.org
To: "Sreeshankar K" <sreeshankar0910@gmail.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH 1/2] soc: qcom: socinfo: Add SM7250 SoC ID
Date: Sun, 16 Aug 2026 08:16:27 +0000 [thread overview]
Message-ID: <20260816081628.726201F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260816081213.5495-2-sreeshankar0910@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The commit introduces a compilation failure because the macro `QCOM_ID_SM7250` is undeclared. The macro `qcom_board_id(SM7250)` expands to `QCOM_ID_SM7250`, which is not defined in `include/dt-bindings/arm/qcom,ids.h` or anywhere else in the tree.
--
--- Patch [1]: [PATCH 1/2] soc: qcom: socinfo: Add SM7250 SoC ID ---
commit 8ca1fecd3b445847ec519f60e57b6e9de9904c54
Author: Sreeshankar K <sreeshankar0910@gmail.com>
soc: qcom: socinfo: Add SM7250 SoC ID
This commit adds the SoC ID for the Qualcomm SM7250 SoC to the socinfo driver.
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index af418adad7aaf..54b1f8e1b9359 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -449,6 +449,7 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(IPQ8172) },
> { qcom_board_id(IPQ8173) },
> { qcom_board_id(IPQ8174) },
> + { qcom_board_id(SM7250) },
[Severity: Low]
Does this cause a compilation failure? The qcom_board_id(SM7250) macro
expands to QCOM_ID_SM7250, but it appears that QCOM_ID_SM7250 is not defined
in include/dt-bindings/arm/qcom,ids.h or anywhere else in the tree.
> { qcom_board_id(IPQ6018) },
> { qcom_board_id(IPQ6028) },
> { qcom_board_id(SDM429W) },
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260816081213.5495-1-sreeshankar0910@gmail.com?part=1
next prev parent reply other threads:[~2026-08-16 8:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-16 8:12 [PATCH 0/2] Add Qualcomm SM7250 SoC ID Sreeshankar K
2026-08-16 8:12 ` [PATCH 1/2] soc: qcom: socinfo: Add " Sreeshankar K
2026-08-16 8:16 ` sashiko-bot [this message]
2026-08-16 8:12 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250 Sreeshankar K
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=20260816081628.726201F000E9@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=sreeshankar0910@gmail.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