mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 12:10:38 -04:00
dt-bindings: clock: cirrus,lochnagar: 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. Drop also redundant assigned-clocks properties, because core dtschema allows them if clocks are provided. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240818173014.122073-2-krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
committed by
Stephen Boyd
parent
d6871d25b4
commit
354831f3a8
@@ -67,9 +67,9 @@ properties:
|
|||||||
minItems: 1
|
minItems: 1
|
||||||
maxItems: 19
|
maxItems: 19
|
||||||
|
|
||||||
clocks: true
|
clocks:
|
||||||
assigned-clocks: true
|
minItems: 1
|
||||||
assigned-clock-parents: true
|
maxItems: 19
|
||||||
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user