Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: PCI: socionext,uniphier-pcie-ep: Add top-level constraints

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.

Link: https://lore.kernel.org/linux-pci/20240818172843.121787-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Krzysztof Wilczyński
a5c1bf7e c62a0b8f

+6 -2
+6 -2
Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml
··· 38 38 minItems: 1 39 39 maxItems: 2 40 40 41 - clock-names: true 41 + clock-names: 42 + minItems: 1 43 + maxItems: 2 42 44 43 45 resets: 44 46 minItems: 1 45 47 maxItems: 2 46 48 47 - reset-names: true 49 + reset-names: 50 + minItems: 1 51 + maxItems: 2 48 52 49 53 num-ib-windows: 50 54 const: 16