Re: [PATCH] dt-bindings: usb: st,st-ohci-300x: convert to DT schema
From: Charan Pedumuru
Date: Tue Feb 24 2026 - 08:29:24 EST
On 18-02-2026 13:12, Krzysztof Kozlowski wrote:
> 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
Sure.
>
>> +
>> +properties:
>> + compatible:
>> + const: st,st-ohci-300x
>> +
>> + reg:
>> + maxItems: 1
>> +
>> + interrupts:
>> + maxItems: 1
>> +
>> + clocks:
>> + minItems: 2
>
> Drop
Okay.
>
>> + maxItems: 2
>> +
>> + clock-names:
>> + items:
>> + - const: ic
>> + - const: clk48
>> +
>> + phys:
>> + maxItems: 1
>> +
>> + phy-names:
>> + items:
>> + - const: usb
>> +
>> + resets:
>> + minItems: 2
>
> Drop
Okay.
>
>> + maxItems: 2
>
> Best regards,
> Krzysztof
>
--
Best Regards,
Charan.