Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo
@ 2026-03-02 13:10 Aelin Reidel
  2026-03-02 13:10 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P Aelin Reidel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aelin Reidel @ 2026-03-02 13:10 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, linux, phone-devel,
	~postmarketos/upstreaming, Aelin Reidel

Add the SoC IDs of SM7450 and SM7450P, two SoCs in the fillmore family,
to socinfo.

Signed-off-by: Aelin Reidel <aelin@mainlining.org>
---
Changes in v2:
- Fix sorting in soc_id list (Krzysztof)
- Link to v1: https://lore.kernel.org/r/20260301-fillmore-socids-v1-0-5a033cd8d0e3@mainlining.org

---
Aelin Reidel (2):
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P
      soc: qcom: socinfo: Add SoC IDs for SM7450 and SM7450P

 drivers/soc/qcom/socinfo.c         | 2 ++
 include/dt-bindings/arm/qcom,ids.h | 2 ++
 2 files changed, 4 insertions(+)
---
base-commit: 3fa5e5702a82d259897bd7e209469bc06368bf31
change-id: 20260301-fillmore-socids-a5cfb25ae225

Best regards,
-- 
Aelin Reidel <aelin@mainlining.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P
  2026-03-02 13:10 [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Aelin Reidel
@ 2026-03-02 13:10 ` Aelin Reidel
  2026-03-03  6:41   ` Krzysztof Kozlowski
  2026-03-02 13:10 ` [PATCH v2 2/2] soc: qcom: socinfo: " Aelin Reidel
  2026-03-16  2:02 ` [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Bjorn Andersson
  2 siblings, 1 reply; 6+ messages in thread
From: Aelin Reidel @ 2026-03-02 13:10 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, linux, phone-devel,
	~postmarketos/upstreaming, Aelin Reidel

SM7450 and SM7450P are two SoCs of the 'fillmore' family.

Signed-off-by: Aelin Reidel <aelin@mainlining.org>
---
 include/dt-bindings/arm/qcom,ids.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 8776844e0eeb370b874f41063ba057d5ade4f003..4efbf06fad9c9bd3ca33910d48dd3b9574271e5f 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -245,6 +245,7 @@
 #define QCOM_ID_IPQ5000			503
 #define QCOM_ID_IPQ0509			504
 #define QCOM_ID_IPQ0518			505
+#define QCOM_ID_SM7450			506
 #define QCOM_ID_SM6375			507
 #define QCOM_ID_IPQ9514			510
 #define QCOM_ID_IPQ9550			511
@@ -264,6 +265,7 @@
 #define QCOM_ID_QRU1000			539
 #define QCOM_ID_SM8475_2		540
 #define QCOM_ID_QDU1000			545
+#define QCOM_ID_SM7450P			547
 #define QCOM_ID_X1E80100		555
 #define QCOM_ID_SM8650			557
 #define QCOM_ID_SM4450			568

-- 
2.53.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2 2/2] soc: qcom: socinfo: Add SoC IDs for SM7450 and SM7450P
  2026-03-02 13:10 [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Aelin Reidel
  2026-03-02 13:10 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P Aelin Reidel
@ 2026-03-02 13:10 ` Aelin Reidel
  2026-03-03  6:41   ` Krzysztof Kozlowski
  2026-03-16  2:02 ` [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Bjorn Andersson
  2 siblings, 1 reply; 6+ messages in thread
From: Aelin Reidel @ 2026-03-02 13:10 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, linux, phone-devel,
	~postmarketos/upstreaming, Aelin Reidel

SM7450 and SM7450P are two SoCs in the 'fillmore' family.

Signed-off-by: Aelin Reidel <aelin@mainlining.org>
---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 003a2304d535c2655db566c644342dbc387e24a9..eddd149731645fa4a75e80968a7c495a508c1c30 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -473,6 +473,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(IPQ5000) },
 	{ qcom_board_id(IPQ0509) },
 	{ qcom_board_id(IPQ0518) },
+	{ qcom_board_id(SM7450) },
 	{ qcom_board_id(SM6375) },
 	{ qcom_board_id(IPQ9514) },
 	{ qcom_board_id(IPQ9550) },
@@ -492,6 +493,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QRU1000) },
 	{ qcom_board_id(SM8475_2) },
 	{ qcom_board_id(QDU1000) },
+	{ qcom_board_id(SM7450P) },
 	{ qcom_board_id(X1E80100) },
 	{ qcom_board_id(SM8650) },
 	{ qcom_board_id(SM4450) },

-- 
2.53.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P
  2026-03-02 13:10 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P Aelin Reidel
@ 2026-03-03  6:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-03  6:41 UTC (permalink / raw)
  To: Aelin Reidel
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel, linux,
	phone-devel, ~postmarketos/upstreaming

On Mon, Mar 02, 2026 at 02:10:14PM +0100, Aelin Reidel wrote:
> SM7450 and SM7450P are two SoCs of the 'fillmore' family.
> 
> Signed-off-by: Aelin Reidel <aelin@mainlining.org>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 2/2] soc: qcom: socinfo: Add SoC IDs for SM7450 and SM7450P
  2026-03-02 13:10 ` [PATCH v2 2/2] soc: qcom: socinfo: " Aelin Reidel
@ 2026-03-03  6:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-03  6:41 UTC (permalink / raw)
  To: Aelin Reidel
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel, linux,
	phone-devel, ~postmarketos/upstreaming

On Mon, Mar 02, 2026 at 02:10:15PM +0100, Aelin Reidel wrote:
> SM7450 and SM7450P are two SoCs in the 'fillmore' family.
> 
> Signed-off-by: Aelin Reidel <aelin@mainlining.org>
> ---
>  drivers/soc/qcom/socinfo.c | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo
  2026-03-02 13:10 [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Aelin Reidel
  2026-03-02 13:10 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P Aelin Reidel
  2026-03-02 13:10 ` [PATCH v2 2/2] soc: qcom: socinfo: " Aelin Reidel
@ 2026-03-16  2:02 ` Bjorn Andersson
  2 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2026-03-16  2:02 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Aelin Reidel
  Cc: linux-arm-msm, devicetree, linux-kernel, linux, phone-devel,
	~postmarketos/upstreaming


On Mon, 02 Mar 2026 14:10:13 +0100, Aelin Reidel wrote:
> Add the SoC IDs of SM7450 and SM7450P, two SoCs in the fillmore family,
> to socinfo.
> 
> 

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P
      commit: 583157bee545e5c2da6ae094bcac7f68dbc5d265
[2/2] soc: qcom: socinfo: Add SoC IDs for SM7450 and SM7450P
      commit: 3fa036c08938d37c4bc79d125974bb87b4122ac4

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-16  2:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 13:10 [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Aelin Reidel
2026-03-02 13:10 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P Aelin Reidel
2026-03-03  6:41   ` Krzysztof Kozlowski
2026-03-02 13:10 ` [PATCH v2 2/2] soc: qcom: socinfo: " Aelin Reidel
2026-03-03  6:41   ` Krzysztof Kozlowski
2026-03-16  2:02 ` [PATCH v2 0/2] Add SM7450 and SM7450P to socinfo Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox