2023-03-15 10:18:23

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH v2 0/2] QCM2290 socinfo

v1 -> v2:
- Sort entries by ID [2/2]
- Pick up tags

v1: https://lore.kernel.org/r/[email protected]

Add missing SoC IDs for QCM2290 and its robotics variant.

Signed-off-by: Konrad Dybcio <[email protected]>
---
Konrad Dybcio (2):
dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210
soc: qcom: socinfo: Add IDs for QCM2290/QRB2210

drivers/soc/qcom/socinfo.c | 2 ++
include/dt-bindings/arm/qcom,ids.h | 2 ++
2 files changed, 4 insertions(+)
---
base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9
change-id: 20230314-topic-scuba_socinfo-c04c25dd9948

Best regards,
--
Konrad Dybcio <[email protected]>



2023-03-15 10:18:28

by Konrad Dybcio

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

Add the missing IDs for scuba and its QRB variant.

Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
---
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 aa95439708dc..0ce2fb3d4ca8 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -213,6 +213,7 @@
#define QCOM_ID_QCM2150 436
#define QCOM_ID_SDA429W 437
#define QCOM_ID_SM8350 439
+#define QCOM_ID_QCM2290 441
#define QCOM_ID_SM6115 444
#define QCOM_ID_SC8280XP 449
#define QCOM_ID_IPQ6005 453
@@ -229,6 +230,7 @@
#define QCOM_ID_SC7180P 495
#define QCOM_ID_SM6375 507
#define QCOM_ID_SM8550 519
+#define QCOM_ID_QRB2210 524
#define QCOM_ID_QRU1000 539
#define QCOM_ID_QDU1000 545
#define QCOM_ID_QDU1010 587

--
2.39.2


2023-03-15 10:18:31

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH v2 2/2] soc: qcom: socinfo: Add IDs for QCM2290/QRB2210

Add the missing IDs for scuba and its QRB variant.

Signed-off-by: Konrad Dybcio <[email protected]>
---
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 e9012ca1a87b..912e81b2527e 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -426,6 +426,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCM2150) },
{ qcom_board_id(SDA429W) },
{ qcom_board_id(SM8350) },
+ { qcom_board_id(QCM2290) },
{ qcom_board_id(SM6115) },
{ qcom_board_id(SC8280XP) },
{ qcom_board_id(IPQ6005) },
@@ -442,6 +443,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SC7180P) },
{ qcom_board_id(SM6375) },
{ qcom_board_id(SM8550) },
+ { qcom_board_id(QRB2210) },
{ qcom_board_id(QRU1000) },
{ qcom_board_id(QDU1000) },
{ qcom_board_id(QDU1010) },

--
2.39.2


2023-03-15 23:33:56

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] QCM2290 socinfo

On Wed, 15 Mar 2023 11:17:25 +0100, Konrad Dybcio wrote:
> v1 -> v2:
> - Sort entries by ID [2/2]
> - Pick up tags
>
> v1: https://lore.kernel.org/r/[email protected]
>
> Add missing SoC IDs for QCM2290 and its robotics variant.
>
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210
commit: f26e18bda9e3b069fbb07a2827597952a6d0afe0
[2/2] soc: qcom: socinfo: Add IDs for QCM2290/QRB2210
commit: 18290c2eec4be239318cb4e01cafe12217e36de8

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