public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: PCI: hisilicon,kirin-pcie: add top-level constraints
@ 2024-08-18 17:28 Krzysztof Kozlowski
  2024-08-18 17:28 ` [PATCH 2/3] dt-bindings: PCI: renesas,pci-rcar-gen2: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-18 17:28 UTC (permalink / raw)
  To: Xiaowei Song, Binghui Wang, Bjorn Helgaas, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Marek Vasut, Yoshihiro Shimoda,
	Kunihiko Hayashi, Masami Hiramatsu, Geert Uytterhoeven,
	Magnus Damm, linux-pci, devicetree, linux-kernel,
	linux-renesas-soc, linux-arm-kernel
  Cc: Krzysztof Kozlowski

Properties with variable number of items per each device are expected to
have widest constraints in top-level "properties:" block and further
customized (narrowed) in "if:then:".  Add missing top-level constraints
for clock-names and reset-names.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/pci/hisilicon,kirin-pcie.yaml          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/hisilicon,kirin-pcie.yaml b/Documentation/devicetree/bindings/pci/hisilicon,kirin-pcie.yaml
index c9f04999c9cf..e863519f3161 100644
--- a/Documentation/devicetree/bindings/pci/hisilicon,kirin-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/hisilicon,kirin-pcie.yaml
@@ -37,7 +37,8 @@ properties:
     minItems: 3
     maxItems: 4
 
-  clocks: true
+  clocks:
+    maxItems: 5
 
   clock-names:
     items:
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-09-04 14:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-18 17:28 [PATCH 1/3] dt-bindings: PCI: hisilicon,kirin-pcie: add top-level constraints Krzysztof Kozlowski
2024-08-18 17:28 ` [PATCH 2/3] dt-bindings: PCI: renesas,pci-rcar-gen2: " Krzysztof Kozlowski
2024-08-19 17:14   ` Rob Herring (Arm)
2024-08-18 17:28 ` [PATCH 3/3] dt-bindings: PCI: socionext,uniphier-pcie-ep: " Krzysztof Kozlowski
2024-08-19 17:14   ` Rob Herring (Arm)
2024-08-21 10:31   ` Kunihiko Hayashi
2024-08-19 17:14 ` [PATCH 1/3] dt-bindings: PCI: hisilicon,kirin-pcie: " Rob Herring (Arm)
2024-09-04 14:37 ` Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox