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

dt-bindings: clock: baikal,bt1-ccu-div: 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 clocks and clock-names.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240818173014.122073-1-krzysztof.kozlowski@linaro.org
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Stephen Boyd
d6871d25 8585ffef

+6 -2
+6 -2
Documentation/devicetree/bindings/clock/baikal,bt1-ccu-div.yaml
··· 134 134 "#reset-cells": 135 135 const: 1 136 136 137 - clocks: true 137 + clocks: 138 + minItems: 3 139 + maxItems: 4 138 140 139 - clock-names: true 141 + clock-names: 142 + minItems: 3 143 + maxItems: 4 140 144 141 145 additionalProperties: false 142 146