2024-02-12 20:35:44

by Danila Tikhonov

[permalink] [raw]
Subject: [PATCH 0/2] soc: qcom: socinfo: Add SM8475 IDs

This series adds IDs for Qualcomm SM8475 SoC.

To: Bjorn Andersson <[email protected]>
To: Konrad Dybcio <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Conor Dooley <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Danila Tikhonov <[email protected]>

Danila Tikhonov (2):
dt-bindings: arm: qcom,ids: Add IDs for SM8475 family
soc: qcom: socinfo: Add Soc IDs for SM8475 family

drivers/soc/qcom/socinfo.c | 3 +++
include/dt-bindings/arm/qcom,ids.h | 3 +++
2 files changed, 6 insertions(+)

--
2.43.0



2024-02-12 20:38:25

by Danila Tikhonov

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for SM8475 family

Add Qualcomm SM8475/SM8475P/SM8475_2 (cape) SoC IDs.

Signed-off-by: Danila Tikhonov <[email protected]>
---
include/dt-bindings/arm/qcom,ids.h | 3 +++
1 file changed, 3 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index dc7ba87b50d7..19ac7b36f608 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -252,8 +252,11 @@
#define QCOM_ID_IPQ9510 521
#define QCOM_ID_QRB4210 523
#define QCOM_ID_QRB2210 524
+#define QCOM_ID_SM8475 530
+#define QCOM_ID_SM8475P 531
#define QCOM_ID_SA8775P 534
#define QCOM_ID_QRU1000 539
+#define QCOM_ID_SM8475_2 540
#define QCOM_ID_QDU1000 545
#define QCOM_ID_SM8650 557
#define QCOM_ID_SM4450 568
--
2.43.0


2024-02-12 20:38:43

by Danila Tikhonov

[permalink] [raw]
Subject: [PATCH 2/2] soc: qcom: socinfo: Add Soc IDs for SM8475 family

Add Soc ID table entries for Qualcomm SM8475 family.

Signed-off-by: Danila Tikhonov <[email protected]>
---
drivers/soc/qcom/socinfo.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 5a44ad870fb6..e8ff9819ac47 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -424,8 +424,11 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ9510) },
{ qcom_board_id(QRB4210) },
{ qcom_board_id(QRB2210) },
+ { qcom_board_id(SM8475) },
+ { qcom_board_id(SM8475P) },
{ qcom_board_id(SA8775P) },
{ qcom_board_id(QRU1000) },
+ { qcom_board_id(SM8475_2) },
{ qcom_board_id(QDU1000) },
{ qcom_board_id(SM8650) },
{ qcom_board_id(SM4450) },
--
2.43.0


2024-02-12 21:17:14

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/2] soc: qcom: socinfo: Add Soc IDs for SM8475 family

On 12/02/2024 21:14, Danila Tikhonov wrote:
> Add Soc ID table entries for Qualcomm SM8475 family.
>
> Signed-off-by: Danila Tikhonov <[email protected]>
> ---
> drivers/soc/qcom/socinfo.c | 3 +++
> 1 file changed, 3 insertions(+)

I assume you are going to send DTS for SM8475?

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-02-12 21:18:00

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for SM8475 family

On 12/02/2024 21:14, Danila Tikhonov wrote:
> Add Qualcomm SM8475/SM8475P/SM8475_2 (cape) SoC IDs.
>
> Signed-off-by: Danila Tikhonov <[email protected]>
> ---
> include/dt-bindings/arm/qcom,ids.h | 3 +++

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-02-14 17:58:46

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/2] soc: qcom: socinfo: Add SM8475 IDs


On Mon, 12 Feb 2024 23:14:26 +0300, Danila Tikhonov wrote:
> This series adds IDs for Qualcomm SM8475 SoC.
>
> To: Bjorn Andersson <[email protected]>
> To: Konrad Dybcio <[email protected]>
> To: Rob Herring <[email protected]>
> To: Krzysztof Kozlowski <[email protected]>
> To: Conor Dooley <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Danila Tikhonov <[email protected]>
>
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add IDs for SM8475 family
commit: 307b7d8f70b25733c88c66846bab5acf319fffef
[2/2] soc: qcom: socinfo: Add Soc IDs for SM8475 family
commit: c8f349ac13d174f0ceb26df67b86075b491cacc1

Best regards,
--
Bjorn Andersson <[email protected]>