Re: [PATCH] dt-bindings: usb: st,st-ohci-300x: convert to DT schema

From: Krzysztof Kozlowski

Date: Wed Feb 18 2026 - 02:42:22 EST


On Tue, Feb 17, 2026 at 02:55:34PM +0000, Charan Pedumuru wrote:
> +description:
> + The STMicroelectronics USB Open Host Controller Interface (OHCI)
> + compliant USB host controller found in ST platforms. The controller
> + provides full- and low-speed USB host functionality and interfaces
> + with an external USB PHY. It requires dedicated clock, reset, and
> + interrupt resources for proper operation.
> +
> +allOf:
> + - $ref: /schemas/usb/usb.yaml#

You should reference rather usb-hcd.yaml

> +
> +properties:
> + compatible:
> + const: st,st-ohci-300x
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + clocks:
> + minItems: 2

Drop

> + maxItems: 2
> +
> + clock-names:
> + items:
> + - const: ic
> + - const: clk48
> +
> + phys:
> + maxItems: 1
> +
> + phy-names:
> + items:
> + - const: usb
> +
> + resets:
> + minItems: 2

Drop

> + maxItems: 2

Best regards,
Krzysztof