* [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID
@ 2025-04-25 14:03 Mukesh Ojha
2025-04-25 14:03 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
2025-04-25 14:36 ` [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID Krzysztof Kozlowski
0 siblings, 2 replies; 5+ messages in thread
From: Mukesh Ojha @ 2025-04-25 14:03 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree, Mukesh Ojha
Update soc_id table for the Qualcomm SM8750 SoC to represent
SM8750 machine.
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 13cf73744bd9..71858de73a91 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -456,6 +456,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS8275) },
{ qcom_board_id(QCS9075) },
{ qcom_board_id(QCS615) },
+ { qcom_board_id(SM8750) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750
2025-04-25 14:03 [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
@ 2025-04-25 14:03 ` Mukesh Ojha
2025-04-25 14:39 ` Krzysztof Kozlowski
2025-04-28 6:18 ` Krzysztof Kozlowski
2025-04-25 14:36 ` [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID Krzysztof Kozlowski
1 sibling, 2 replies; 5+ messages in thread
From: Mukesh Ojha @ 2025-04-25 14:03 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree, Mukesh Ojha
Add the unique ID for Qualcomm SM8750 SoC.
This value is used to differentiate the SoC across qcom targets.
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
include/dt-bindings/arm/qcom,ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 1b3e0176dcb7..11db67b2e08b 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -277,6 +277,7 @@
#define QCOM_ID_IPQ5302 595
#define QCOM_ID_QCS8550 603
#define QCOM_ID_QCM8550 604
+#define QCOM_ID_SM8750 618
#define QCOM_ID_IPQ5300 624
#define QCOM_ID_IPQ5321 650
#define QCOM_ID_IPQ5424 651
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID
2025-04-25 14:03 [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
2025-04-25 14:03 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
@ 2025-04-25 14:36 ` Krzysztof Kozlowski
1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-04-25 14:36 UTC (permalink / raw)
To: Mukesh Ojha, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree
On 25/04/2025 16:03, Mukesh Ojha wrote:
> Update soc_id table for the Qualcomm SM8750 SoC to represent
> SM8750 machine.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
> drivers/soc/qcom/socinfo.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 13cf73744bd9..71858de73a91 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -456,6 +456,7 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(QCS8275) },
> { qcom_board_id(QCS9075) },
> { qcom_board_id(QCS615) },
> + { qcom_board_id(SM8750) },
Messed order.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750
2025-04-25 14:03 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
@ 2025-04-25 14:39 ` Krzysztof Kozlowski
2025-04-28 6:18 ` Krzysztof Kozlowski
1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-04-25 14:39 UTC (permalink / raw)
To: Mukesh Ojha, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree
On 25/04/2025 16:03, Mukesh Ojha wrote:
> Add the unique ID for Qualcomm SM8750 SoC.
> This value is used to differentiate the SoC across qcom targets.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Huh, surprised to see this patch so late...
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750
2025-04-25 14:03 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
2025-04-25 14:39 ` Krzysztof Kozlowski
@ 2025-04-28 6:18 ` Krzysztof Kozlowski
1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-04-28 6:18 UTC (permalink / raw)
To: Mukesh Ojha, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree
On 25/04/2025 16:03, Mukesh Ojha wrote:
> Add the unique ID for Qualcomm SM8750 SoC.
> This value is used to differentiate the SoC across qcom targets.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
> include/dt-bindings/arm/qcom,ids.h | 1 +
> 1 file changed, 1 insertion(+)
>
Although you have a checkpatch warning there... Run checkpatch BEFORE
EVERY patch.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-04-28 6:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25 14:03 [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
2025-04-25 14:03 ` [PATCH 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
2025-04-25 14:39 ` Krzysztof Kozlowski
2025-04-28 6:18 ` Krzysztof Kozlowski
2025-04-25 14:36 ` [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox