Re: [PATCH 01/20] dt-bindings: arm: qcom: Document Kaanapali SoC and its reference boards
From: Krzysztof Kozlowski
Date: Mon Oct 06 2025 - 06:24:57 EST
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