Re: [PATCH v5 01/13] dt-bindings: net: mediatek,net: update for mt7988

From: Frank Wunderlich
Date: Fri Jun 20 2025 - 06:36:36 EST


Am 20. Juni 2025 12:31:41 MESZ schrieb Daniel Golle <daniel@xxxxxxxxxxxxxx>:
>On Fri, Jun 20, 2025 at 10:35:32AM +0200, Frank Wunderlich wrote:
>> @@ -40,7 +43,11 @@ properties:
>>
>> interrupts:
>> minItems: 1
>> - maxItems: 4
>> + maxItems: 8
>> +
>> + interrupt-names:
>> + minItems: 1
>> + maxItems: 8
>
>Shouldn't interrupt-names only be required for MT7988 (and future SoCs)?
>Like this at least one entry in interrupt-names is now always required.

No,this section only allows this property and it
is not listed in required section and so an
optional property. But if it is defined in
devicetree it needs 1 to 8 items.


regards Frank