Re: [PATCH v3 2/4] dt-bindings: net: Add Loongson-1 Ethernet Controller

From: Krzysztof Kozlowski
Date: Sun Aug 27 2023 - 03:57:48 EST


On 26/08/2023 23:04, Serge Semin wrote:
>> + clock-names:
>> + items:
>> + - const: stmmaceth
>
> clock-names:
> const: stmmaceth
> ?

The existing syntax is correct. This is a string array.

>
>> +
>> + interrupts:
>> + maxItems: 1
>> +
>
>> + interrupt-names:
>> + items:
>> + - const: macirq
>
> interrupt-names:
> const: macirq
> ?

As well.

>
>> +
>> + loongson,ls1-syscon:
>> + $ref: /schemas/types.yaml#/definitions/phandle
>> + description:
>> + Phandle to the syscon containing some extra configurations
>> + including PHY interface mode.
>> +
>
>> + phy-mode:
>> + items:
>> + - enum:
>> + - mii
>> + - rmii
>
> phy-mode:
> enum: ...
> ?

Here indeed, this is a string, not a list, so items are wrong.



Best regards,
Krzysztof