[PATCH v4 1/4] dt-bindings: usb: generic-ohci: Document ST STM32MP2 SoC compatibles
Marek Vasut
marex at nabladev.com
Mon Aug 31 06:02:50 PDT 2026
On 8/31/26 11:01 AM, Krzysztof Kozlowski wrote:
> On Fri, Aug 28, 2026 at 05:55:45PM +0200, Marek Vasut wrote:
>> interrupts:
>> @@ -215,6 +220,22 @@ allOf:
>> clocks:
>> minItems: 1
>> maxItems: 3
>> + - if:
>> + properties:
>> + compatible:
>> + contains:
>> + enum:
>> + - st,stm32mp23-ohci
>> + - st,stm32mp25-ohci
>> + then:
>> + properties:
>> + clocs:
>
> typo
Fixed, thanks.
>> + minItems: 2
>> + maxItems: 2
>
> Instead these two list clocks with description
Like this?
diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml
b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
index 71537d268b075..7a8c3c2318153 100644
--- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
@@ -229,9 +229,10 @@ allOf:
- st,stm32mp25-ohci
then:
properties:
- clocs:
- minItems: 2
- maxItems: 2
+ clocks:
+ items:
+ - description: PHY clock
+ - description: Bus clock
required:
- access-controllers
More information about the linux-arm-kernel
mailing list