Re: [PATCH] dt-bindings: dma: convert text based binding to json schema

From: Krzysztof Kozlowski
Date: Fri May 02 2025 - 07:37:18 EST


On 02/05/2025 12:27, Charan Pedumuru wrote:
>>> + maxItems: 1
>>> +
>>> + reset-names:
>>> + const: dma
>>> +
>>> +required:
>>> + - compatible
>>> + - reg
>> And here the order is correct...
>>

Fix your email program, because it re-wraps or removes line breaks in
each quote. It is making conversation unnecessarily less readable.

>>> + - interrupts
>>> + - clocks
>> But here different. Keep the same order as in properties.
>>
>>> + - resets
>>> + - reset-names
>>> + - "#dma-cells"
>>> +
>> missing allOf: to dma-controller
>
>
> The reason, I didn't include dma-controller is the pattern under
> $nodename in dma-controller is not matching with the pattern present in
> dts files.
>
> So, I excluded it.

Then the DTS has to be changed.


Best regards,
Krzysztof