* [PATCH 0/2] Add Qualcomm SM7250 SoC ID
@ 2026-08-16 8:12 Sreeshankar K
2026-08-16 8:12 ` [PATCH 1/2] soc: qcom: socinfo: Add " Sreeshankar K
2026-08-16 8:12 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250 Sreeshankar K
0 siblings, 2 replies; 4+ messages in thread
From: Sreeshankar K @ 2026-08-16 8:12 UTC (permalink / raw)
To: andersson, konradybcio, robh, krzk+dt, conor+dt
Cc: linux-arm-msm, devicetree, linux-kernel, Sreeshankar K
Qualcomm SM7250 SoC is known as lito.
This patchset add SM7250 SoC ID.
Sreeshankar K (2):
soc: qcom: socinfo: Add SM7250 SoC ID
dt-bindings: arm: qcom,ids: Add SoC ID for SM7250
drivers/soc/qcom/socinfo.c | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
2 files changed, 2 insertions(+)
--
2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] soc: qcom: socinfo: Add SM7250 SoC ID
2026-08-16 8:12 [PATCH 0/2] Add Qualcomm SM7250 SoC ID Sreeshankar K
@ 2026-08-16 8:12 ` Sreeshankar K
2026-08-16 8:16 ` sashiko-bot
2026-08-16 8:12 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250 Sreeshankar K
1 sibling, 1 reply; 4+ messages in thread
From: Sreeshankar K @ 2026-08-16 8:12 UTC (permalink / raw)
To: andersson, konradybcio, robh, krzk+dt, conor+dt
Cc: linux-arm-msm, devicetree, linux-kernel, Sreeshankar K
Add SoC ID for Qualcomm SM7250 SoC.
Signed-off-by: Sreeshankar K <sreeshankar0910@gmail.com>
---
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index af418adad..54b1f8e1b 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) },
{ qcom_board_id(IPQ6018) },
{ qcom_board_id(IPQ6028) },
{ qcom_board_id(SDM429W) },
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/2] soc: qcom: socinfo: Add SM7250 SoC ID
2026-08-16 8:12 ` [PATCH 1/2] soc: qcom: socinfo: Add " Sreeshankar K
@ 2026-08-16 8:16 ` sashiko-bot
0 siblings, 0 replies; 4+ messages in thread
From: sashiko-bot @ 2026-08-16 8:16 UTC (permalink / raw)
To: Sreeshankar K; +Cc: devicetree, robh, conor+dt
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250
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:12 ` Sreeshankar K
1 sibling, 0 replies; 4+ messages in thread
From: Sreeshankar K @ 2026-08-16 8:12 UTC (permalink / raw)
To: andersson, konradybcio, robh, krzk+dt, conor+dt
Cc: linux-arm-msm, devicetree, linux-kernel, Sreeshankar K
Add the ID for the Qualcomm SM7250 SoC.
Signed-off-by: Sreeshankar K <sreeshankar0910@gmail.com>
---
include/dt-bindings/arm/qcom,ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 1af73c0ad..3c1ba5168 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -208,6 +208,7 @@
#define QCOM_ID_IPQ8172 397
#define QCOM_ID_IPQ8173 398
#define QCOM_ID_IPQ8174 399
+#define QCOM_ID_SM7250 400
#define QCOM_ID_IPQ6018 402
#define QCOM_ID_IPQ6028 403
#define QCOM_ID_SDM429W 416
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-08-16 8:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2026-08-16 8:12 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250 Sreeshankar K
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.