Re: [PATCH] dt-bindings: mmc: Convert TI OMAP2420 MMC to DT schema
From: Krzysztof Kozlowski
Date: Wed Jun 24 2026 - 03:53:06 EST
On Tue, Jun 23, 2026 at 09:43:35AM +0000, Eduard Bostina wrote:
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + ti,hwmods:
> + description: |
> + Name of the hwmod associated to the MMC controller. Must be
> + "msdi<n>" where n is the controller instance starting from 1.
> + $ref: /schemas/types.yaml#/definitions/string-array
You should not use different type than already used and currently this
is a string (so also no items below).
> + items:
> + - pattern: "^msdi[0-9]+$"
"^msdi([1-9]|[1-9][0-9]+)$"
> +
> + dmas:
> + maxItems: 2
> +
> + dma-names:
> + items:
> + - const: tx
> + - const: rx
Best regards,
Krzysztof