Re: [PATCH v2] dt-bindings: mmc: ti-omap: convert text based binding to json schema
From: Charan Pedumuru
Date: Tue May 20 2025 - 01:11:48 EST
On 19-05-2025 21:36, Krzysztof Kozlowski wrote:
> On 19/05/2025 15:11, Charan Pedumuru wrote:
>> +
>> + ti,hwmods:
>> + maxItems: 1
>> + items:
>> + type: string
>
> That's not really correct. That's just a string, so no items, no
> maxItems and use proper ref, not type string.
Okay, I will define string definition using $ref
>
>> + pattern: "^msdi[0-9]+$"
>> +
>> +required:
>> + - compatible
>> + - reg
>> + - interrupts
>> + - dmas
>> + - dma-names
>> + - ti,hwmods
>> +
>
>
> Best regards,
> Krzysztof
--
Best Regards,
Charan.