* [PATCH 0/2] Add SoC ID for IPQ5312 and IPQ5302
@ 2023-05-08 15:25 Kathiravan T
2023-05-08 15:25 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add " Kathiravan T
2023-05-08 15:25 ` [PATCH 2/2] soc: qcom: socinfo: Add Soc " Kathiravan T
0 siblings, 2 replies; 5+ messages in thread
From: Kathiravan T @ 2023-05-08 15:25 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
linux-arm-msm, linux-kernel, devicetree
Cc: Kathiravan T
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302
2023-05-08 15:25 [PATCH 0/2] Add SoC ID for IPQ5312 and IPQ5302 Kathiravan T
@ 2023-05-08 15:25 ` Kathiravan T
2023-05-08 16:29 ` Krzysztof Kozlowski
2023-05-08 15:25 ` [PATCH 2/2] soc: qcom: socinfo: Add Soc " Kathiravan T
1 sibling, 1 reply; 5+ messages in thread
From: Kathiravan T @ 2023-05-08 15:25 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
linux-arm-msm, linux-kernel, devicetree
Cc: Kathiravan T
Add the SoC ID for IPQ5312 and IPQ5302, which are belongs to the family
of IPQ5332 SoC.
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302
2023-05-08 15:25 [PATCH 0/2] Add SoC ID for IPQ5312 and IPQ5302 Kathiravan T
2023-05-08 15:25 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add " Kathiravan T
@ 2023-05-08 15:25 ` Kathiravan T
2023-05-08 16:29 ` Krzysztof Kozlowski
1 sibling, 1 reply; 5+ messages in thread
From: Kathiravan T @ 2023-05-08 15:25 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
linux-arm-msm, linux-kernel, devicetree
Cc: Kathiravan T
Add the SoC ID for IPQ5312 and IPQ5302, which are belongs to the family
of IPQ5332 SoC.
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302
2023-05-08 15:25 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add " Kathiravan T
@ 2023-05-08 16:29 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-08 16:29 UTC (permalink / raw)
To: Kathiravan T, agross, andersson, konrad.dybcio, robh+dt,
krzysztof.kozlowski+dt, linux-arm-msm, linux-kernel, devicetree
On 08/05/2023 17:25, Kathiravan T wrote:
> Add the SoC ID for IPQ5312 and IPQ5302, which are belongs to the family
> of IPQ5332 SoC.
s/are belongs/belong/
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302
2023-05-08 15:25 ` [PATCH 2/2] soc: qcom: socinfo: Add Soc " Kathiravan T
@ 2023-05-08 16:29 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-08 16:29 UTC (permalink / raw)
To: Kathiravan T, agross, andersson, konrad.dybcio, robh+dt,
krzysztof.kozlowski+dt, linux-arm-msm, linux-kernel, devicetree
On 08/05/2023 17:25, Kathiravan T wrote:
> Add the SoC ID for IPQ5312 and IPQ5302, which are belongs to the family
> of IPQ5332 SoC.
>
s/are belongs/belong/
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-08 16:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08 15:25 [PATCH 0/2] Add SoC ID for IPQ5312 and IPQ5302 Kathiravan T
2023-05-08 15:25 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add " Kathiravan T
2023-05-08 16:29 ` Krzysztof Kozlowski
2023-05-08 15:25 ` [PATCH 2/2] soc: qcom: socinfo: Add Soc " Kathiravan T
2023-05-08 16:29 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).