2023-05-09 03:37:44

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH V2 0/2] Add SoC ID for IPQ5312 and IPQ5302

Kathiravan T (2):
dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302
soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302

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

--
2.17.1


2023-05-09 03:47:57

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH V2 2/2] soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302

Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of
IPQ5332 SoC.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Kathiravan T <[email protected]>
---
Changes in V2:
- s/are belongs/belong/ in commit message
- Pick up R-b tag

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 c2e4a57dd666..608c4f57c6c7 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -466,6 +466,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QRU1062) },
{ qcom_board_id(IPQ5332) },
{ qcom_board_id(IPQ5322) },
+ { qcom_board_id(IPQ5312) },
+ { qcom_board_id(IPQ5302) },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.17.1

2023-05-09 03:50:59

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH V2 1/2] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302

Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of
IPQ5332 SoC.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Kathiravan T <[email protected]>
---
Changes in V2:
- s/are belongs/belong/ in commit message
- Pick up R-b tag

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 802495b20276..bd5b3f50ba14 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -248,6 +248,8 @@
#define QCOM_ID_QRU1062 590
#define QCOM_ID_IPQ5332 592
#define QCOM_ID_IPQ5322 593
+#define QCOM_ID_IPQ5312 594
+#define QCOM_ID_IPQ5302 595

/*
* The board type and revision information, used by Qualcomm bootloaders and
--
2.17.1

2023-05-25 05:32:23

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH V2 0/2] Add SoC ID for IPQ5312 and IPQ5302

On Tue, 9 May 2023 09:05:29 +0530, Kathiravan T wrote:
> Kathiravan T (2):
> dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302
> soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302
>
> drivers/soc/qcom/socinfo.c | 2 ++
> include/dt-bindings/arm/qcom,ids.h | 2 ++
> 2 files changed, 4 insertions(+)
>
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302
commit: fe78d73a914d86070ac15c9a6d1f885ce5bc4a69
[2/2] soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302
commit: 7f6e0028a0ca4317aeb070084e72d44ca39ace7e

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