Re: [PATCH 01/20] dt-bindings: arm: qcom: Document Kaanapali SoC and its reference boards
From: Jingyi Wang
Date: Tue Oct 14 2025 - 01:13:45 EST
On 10/6/2025 6:24 PM, Krzysztof Kozlowski wrote:
> On 06/10/2025 18:54, Krzysztof Kozlowski wrote:
>> On 25/09/2025 09:17, Jingyi Wang wrote:
>>> Document the Kaanapali SoC binding and the boards which use it.
>>>
>>> Signed-off-by: Jingyi Wang <jingyi.wang@xxxxxxxxxxxxxxxx>
>>> ---
>>> Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>>> 1 file changed, 6 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
>>> index 838e3d4bb24a..0e84220e835c 100644
>>> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
>>> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
>>> @@ -321,6 +321,12 @@ properties:
>>> - qcom,ipq9574-ap-al02-c9
>>> - const: qcom,ipq9574
>>>
>>> + - items:
>>> + - enum:
>>> + - qcom,kaanapali-mtp
>>> + - qcom,kaanapali-qrd
>>> + - const: qcom,kaanapali
>>
>> This will fail testing, just like Glymur did. I fixed up Glymur, but it
>> was rather one time.
>
>
> Ah, this will not fail testing because Qualcomm switched to code names
> from obvious model names, making existing patterns non-effective.
>
> Not sure if this can be reliably improved now, ehh....
>
> Best regards,
> Krzysztof
yes. I didn't find it fail the test. However, do you need me add patch like this?
https://lore.kernel.org/all/20250716162412.27471-2-krzysztof.kozlowski@xxxxxxxxxx/
Thanks,
Jingyi