[PATCH v4 4/7] dt-bindings: display: renesas,du: Add r8a779h0
Tomi Valkeinen
tomi.valkeinen at ideasonboard.com
Mon Dec 16 10:56:09 UTC 2024
Hi,
On 16/12/2024 10:00, Krzysztof Kozlowski wrote:
> On Fri, Dec 13, 2024 at 04:03:00PM +0200, Tomi Valkeinen wrote:
>>
>> - required:
>> - - port at 0
>> - - port at 1
>> -
>> unevaluatedProperties: false
>>
>> renesas,cmms:
>> @@ -817,6 +814,54 @@ allOf:
>> - reset-names
>> - renesas,vsps
>>
>> + - if:
>> + properties:
>> + compatible:
>> + contains:
>> + enum:
>> + - renesas,du-r8a779h0
>> + then:
>> + properties:
>> + clocks:
>> + items:
>> + - description: Functional clock
>> +
>> + clock-names:
>> + items:
>> + - const: du.0
>> +
>> + interrupts:
>> + maxItems: 1
>> +
>> + resets:
>
> No minItems here...
>
>> + maxItems: 1
>> +
>> + reset-names:
>> + items:
>> + - const: du.0
>> +
>> + ports:
>> + properties:
>> + port at 0:
>> + description: DSI 0
>> + port at 1: false
>> + port at 2: false
>> + port at 3: false
>> +
>> + required:
>> + - port at 0
>> +
>> + renesas,vsps:
>> + minItems: 1
>
> so drop minItems here as well.
Ok. I wanted to be consistent with the other vsps entries in the file,
so I added both min and max items. But I can drop it.
Tomi
More information about the dri-devel
mailing list