On 8/31/26 11:01 AM, Krzysztof Kozlowski wrote:
On Fri, Aug 28, 2026 at 05:55:45PM +0200, Marek Vasut wrote:
quoted
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.
quoted
+ 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