Re: [PATCH v2] dt-bindings: mmc: ti-omap: convert text based binding to json schema
From: Krzysztof Kozlowski
Date: Mon May 19 2025 - 12:14:26 EST
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.
> + pattern: "^msdi[0-9]+$"
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - dmas
> + - dma-names
> + - ti,hwmods
> +
Best regards,
Krzysztof