On Sun, Mar 30, 2025 at 09:56:09PM +0200, Marek Vasut wrote:
quoted hunk ↗ jump to hunk
diff --git a/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml b/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml
index bb3f843c59d91..5e2624d4c62c7 100644
--- a/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml
+++ b/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml
@@ -46,12 +46,14 @@ properties:
- const: app
clocks:
- maxItems: 2
+ minItems: 2
+ maxItems: 3
clock-names:
missing minItems: 2
(xxx and xxx-names are always synced in dimensions)
I understand that clock is optional? Your diagram in commit msg suggests
that clock is there always.
Best regards,
Krzysztof