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

dt-bindings: net: socionext,uniphier-ave4: 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.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240818172905.121829-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Jakub Kicinski
2862c934 70d16e13

+6 -2
+6 -2
Documentation/devicetree/bindings/net/socionext,uniphier-ave4.yaml
··· 41 41 minItems: 1 42 42 maxItems: 4 43 43 44 - clock-names: true 44 + clock-names: 45 + minItems: 1 46 + maxItems: 4 45 47 46 48 resets: 47 49 minItems: 1 48 50 maxItems: 2 49 51 50 - reset-names: true 52 + reset-names: 53 + minItems: 1 54 + maxItems: 2 51 55 52 56 socionext,syscon-phy-mode: 53 57 $ref: /schemas/types.yaml#/definitions/phandle-array