Re: [PATCH v5 2/2] usb: dt-bindings: ti,twl6030-usb: convert to DT schema

From: Krzysztof Kozlowski
Date: Fri Aug 22 2025 - 03:47:34 EST


On Thu, Aug 21, 2025 at 11:28:24PM +0200, Jihed Chaibi wrote:
> + interrupts:
> + description:
> + Interrupts for ID and VBUS events, two interrupts must be specified,
> + the first is the OTG interrupt for ID events (host mode), the second
> + is the USB interrupt for VBUS events (device mode).
> + minItems: 2
> + maxItems: 2

Redundant constraints and description.

interrupts:
items:
- description: OTG for ID events in host mode
- description: USB device mode for VBUS events

Best regards,
Krzysztof