2023-07-27 02:51:08

by Tengfei Fan

[permalink] [raw]
Subject: [PATCH v2 6/6] soc: qcom: socinfo: add SM4450 ID

Add the ID for the Qualcomm SM4450 SoC.

Signed-off-by: Tengfei Fan <[email protected]>
---
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 4d49945b3a35..ca3c08d67a32 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -406,6 +406,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QRU1000) },
{ qcom_board_id(QDU1000) },
{ qcom_board_id(QDU1010) },
+ { qcom_board_id(SM4450) },
{ qcom_board_id(IPQ5019) },
{ qcom_board_id(QRU1032) },
{ qcom_board_id(QRU1052) },
--
2.17.1



2023-07-27 07:37:17

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] soc: qcom: socinfo: add SM4450 ID

On 27/07/2023 04:35, Tengfei Fan wrote:
> Add the ID for the Qualcomm SM4450 SoC.
>
> Signed-off-by: Tengfei Fan <[email protected]>
> ---
> 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 4d49945b3a35..ca3c08d67a32 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -406,6 +406,7 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(QRU1000) },
> { qcom_board_id(QDU1000) },
> { qcom_board_id(QDU1010) },
> + { qcom_board_id(SM4450) },

Neither here...

Best regards,
Krzysztof


2023-07-27 09:10:51

by Tengfei Fan

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] soc: qcom: socinfo: add SM4450 ID



在 7/27/2023 2:57 PM, Krzysztof Kozlowski 写道:
> On 27/07/2023 04:35, Tengfei Fan wrote:
>> Add the ID for the Qualcomm SM4450 SoC.
>>
>> Signed-off-by: Tengfei Fan <[email protected]>
>> ---
>> 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 4d49945b3a35..ca3c08d67a32 100644
>> --- a/drivers/soc/qcom/socinfo.c
>> +++ b/drivers/soc/qcom/socinfo.c
>> @@ -406,6 +406,7 @@ static const struct soc_id soc_id[] = {
>> { qcom_board_id(QRU1000) },
>> { qcom_board_id(QDU1000) },
>> { qcom_board_id(QDU1010) },
>> + { qcom_board_id(SM4450) },
>
> Neither here...
Also will update.
>
> Best regards,
> Krzysztof
>

--
Thx and BRs,
Tengfei Fan