[PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8850

Jingyi Wang posted 2 patches 3 months, 2 weeks ago
[PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8850
Posted by Jingyi Wang 3 months, 2 weeks ago
Add the ID for the Qualcomm SM8850 SoC which represents the Kaanapali
platform.

Signed-off-by: Jingyi Wang <jingyi.wang@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 cb8ce53146f0..19598ed4679e 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -286,6 +286,7 @@
 #define QCOM_ID_IPQ5424			651
 #define QCOM_ID_QCM6690			657
 #define QCOM_ID_QCS6690			658
+#define QCOM_ID_SM8850			660
 #define QCOM_ID_IPQ5404			671
 #define QCOM_ID_QCS9100			667
 #define QCOM_ID_QCS8300			674

-- 
2.25.1
Re: [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8850
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 23/10/2025 06:57, Jingyi Wang wrote:
> Add the ID for the Qualcomm SM8850 SoC which represents the Kaanapali
> platform.
> 
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Re: [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8850
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 23/10/2025 06:57, Jingyi Wang wrote:
> Add the ID for the Qualcomm SM8850 SoC which represents the Kaanapali
> platform.
> 
> Signed-off-by: Jingyi Wang <jingyi.wang@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 cb8ce53146f0..19598ed4679e 100644
> --- a/include/dt-bindings/arm/qcom,ids.h
> +++ b/include/dt-bindings/arm/qcom,ids.h
> @@ -286,6 +286,7 @@
>  #define QCOM_ID_IPQ5424			651
>  #define QCOM_ID_QCM6690			657
>  #define QCOM_ID_QCS6690			658
> +#define QCOM_ID_SM8850			660


Why no QCOM_ID_KAANAPALI?


Best regards,
Krzysztof
Re: [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8850
Posted by Jingyi Wang 3 months, 2 weeks ago

On 10/23/2025 2:18 PM, Krzysztof Kozlowski wrote:
> On 23/10/2025 06:57, Jingyi Wang wrote:
>> Add the ID for the Qualcomm SM8850 SoC which represents the Kaanapali
>> platform.
>>
>> Signed-off-by: Jingyi Wang <jingyi.wang@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 cb8ce53146f0..19598ed4679e 100644
>> --- a/include/dt-bindings/arm/qcom,ids.h
>> +++ b/include/dt-bindings/arm/qcom,ids.h
>> @@ -286,6 +286,7 @@
>>  #define QCOM_ID_IPQ5424			651
>>  #define QCOM_ID_QCM6690			657
>>  #define QCOM_ID_QCS6690			658
>> +#define QCOM_ID_SM8850			660
> 
> 
> Why no QCOM_ID_KAANAPALI?
> 
> 
> Best regards,
> Krzysztof

Hi Krzysztof,

the codename KAANAPALI is not enough to distinguish the id, 
for example, SA8775P and QCS9100 are both lemans but has different
id here.

Thanks,
Jingyi