* [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID
@ 2023-09-13 18:17 Danila Tikhonov
2023-09-13 18:17 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P Danila Tikhonov
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Danila Tikhonov @ 2023-09-13 18:17 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
conor+dt
Cc: linux-arm-msm, linux-kernel, devicetree, Danila Tikhonov
This series adds ID for Qualcomm SM7150P SoC.
The SM7150P does not have Qualcomm IP Accelerator (IPA), unlike the SM7150.
And also has a different SoC id. SM7150P is used in
Lenovo Tab P11 Pro (lenovo-j706f) for example.
Danila Tikhonov (2):
dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P
soc: qcom: socinfo: Add Soc ID for SM7150P
drivers/soc/qcom/socinfo.c | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
2 files changed, 2 insertions(+)
--
2.41.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P
2023-09-13 18:17 [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Danila Tikhonov
@ 2023-09-13 18:17 ` Danila Tikhonov
2023-09-13 18:21 ` Conor Dooley
2023-09-13 18:17 ` [PATCH 2/2] soc: qcom: socinfo: " Danila Tikhonov
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Danila Tikhonov @ 2023-09-13 18:17 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
conor+dt
Cc: linux-arm-msm, linux-kernel, devicetree, Danila Tikhonov
Add the ID for the Qualcomm SM7150P SoC.
Signed-off-by: Danila Tikhonov <danila@jiaxyga.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 be12e1dd1f38..036124336d17 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -193,6 +193,7 @@
#define QCOM_ID_SDA439 363
#define QCOM_ID_SDA429 364
#define QCOM_ID_SM7150 365
+#define QCOM_ID_SM7150P 366
#define QCOM_ID_IPQ8070 375
#define QCOM_ID_IPQ8071 376
#define QCOM_ID_QM215 386
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] soc: qcom: socinfo: Add Soc ID for SM7150P
2023-09-13 18:17 [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Danila Tikhonov
2023-09-13 18:17 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P Danila Tikhonov
@ 2023-09-13 18:17 ` Danila Tikhonov
2023-09-13 18:58 ` Konrad Dybcio
2023-09-13 18:58 ` [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Konrad Dybcio
2023-09-14 16:04 ` Bjorn Andersson
3 siblings, 1 reply; 7+ messages in thread
From: Danila Tikhonov @ 2023-09-13 18:17 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
conor+dt
Cc: linux-arm-msm, linux-kernel, devicetree, Danila Tikhonov
Add Soc ID table entries for Qualcomm SM7150P.
Signed-off-by: Danila Tikhonov <danila@jiaxyga.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 497cfb720fcb..1f433a941c50 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -349,6 +349,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SDA439) },
{ qcom_board_id(SDA429) },
{ qcom_board_id(SM7150) },
+ { qcom_board_id(SM7150P) },
{ qcom_board_id(IPQ8070) },
{ qcom_board_id(IPQ8071) },
{ qcom_board_id(QM215) },
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P
2023-09-13 18:17 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P Danila Tikhonov
@ 2023-09-13 18:21 ` Conor Dooley
0 siblings, 0 replies; 7+ messages in thread
From: Conor Dooley @ 2023-09-13 18:21 UTC (permalink / raw)
To: Danila Tikhonov
Cc: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
conor+dt, linux-arm-msm, linux-kernel, devicetree
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
On Wed, Sep 13, 2023 at 09:17:21PM +0300, Danila Tikhonov wrote:
> Add the ID for the Qualcomm SM7150P SoC.
>
> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
> ---
> 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 be12e1dd1f38..036124336d17 100644
> --- a/include/dt-bindings/arm/qcom,ids.h
> +++ b/include/dt-bindings/arm/qcom,ids.h
> @@ -193,6 +193,7 @@
> #define QCOM_ID_SDA439 363
> #define QCOM_ID_SDA429 364
> #define QCOM_ID_SM7150 365
> +#define QCOM_ID_SM7150P 366
> #define QCOM_ID_IPQ8070 375
> #define QCOM_ID_IPQ8071 376
> #define QCOM_ID_QM215 386
> --
> 2.41.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID
2023-09-13 18:17 [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Danila Tikhonov
2023-09-13 18:17 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P Danila Tikhonov
2023-09-13 18:17 ` [PATCH 2/2] soc: qcom: socinfo: " Danila Tikhonov
@ 2023-09-13 18:58 ` Konrad Dybcio
2023-09-14 16:04 ` Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-09-13 18:58 UTC (permalink / raw)
To: Danila Tikhonov, agross, andersson, robh+dt,
krzysztof.kozlowski+dt, conor+dt
Cc: linux-arm-msm, linux-kernel, devicetree
On 13.09.2023 20:17, Danila Tikhonov wrote:
> This series adds ID for Qualcomm SM7150P SoC.
>
> The SM7150P does not have Qualcomm IP Accelerator (IPA)
Most likely because it doesn't have a modem! :D
That's what the P suffix seems to stand for, anyway.
Konrad
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] soc: qcom: socinfo: Add Soc ID for SM7150P
2023-09-13 18:17 ` [PATCH 2/2] soc: qcom: socinfo: " Danila Tikhonov
@ 2023-09-13 18:58 ` Konrad Dybcio
0 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-09-13 18:58 UTC (permalink / raw)
To: Danila Tikhonov, agross, andersson, robh+dt,
krzysztof.kozlowski+dt, conor+dt
Cc: linux-arm-msm, linux-kernel, devicetree
On 13.09.2023 20:17, Danila Tikhonov wrote:
> Add Soc ID table entries for Qualcomm SM7150P.
>
> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID
2023-09-13 18:17 [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Danila Tikhonov
` (2 preceding siblings ...)
2023-09-13 18:58 ` [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Konrad Dybcio
@ 2023-09-14 16:04 ` Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2023-09-14 16:04 UTC (permalink / raw)
To: agross, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt, conor+dt,
Danila Tikhonov
Cc: linux-arm-msm, linux-kernel, devicetree
On Wed, 13 Sep 2023 21:17:20 +0300, Danila Tikhonov wrote:
> This series adds ID for Qualcomm SM7150P SoC.
>
> The SM7150P does not have Qualcomm IP Accelerator (IPA), unlike the SM7150.
> And also has a different SoC id. SM7150P is used in
> Lenovo Tab P11 Pro (lenovo-j706f) for example.
>
> Danila Tikhonov (2):
> dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P
> soc: qcom: socinfo: Add Soc ID for SM7150P
>
> [...]
Applied, thanks!
[1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P
commit: edc3a1fb626bfb191228fb40a9ddd8806a77eeb9
[2/2] soc: qcom: socinfo: Add Soc ID for SM7150P
commit: 776b29eb57849bd81ece3e82b1b1b76452dde017
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-14 16:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13 18:17 [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Danila Tikhonov
2023-09-13 18:17 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add Soc ID for SM7150P Danila Tikhonov
2023-09-13 18:21 ` Conor Dooley
2023-09-13 18:17 ` [PATCH 2/2] soc: qcom: socinfo: " Danila Tikhonov
2023-09-13 18:58 ` Konrad Dybcio
2023-09-13 18:58 ` [PATCH 0/2] soc: qcom: socinfo: Add SM7150P ID Konrad Dybcio
2023-09-14 16:04 ` Bjorn Andersson
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).