Skip to content

Commit 684ab6f

Browse files
krzkvireshk
authored andcommitted
dt-bindings: cpufreq: cpufreq-qcom-hw: Drop redundant minItems:1
List cannot have 0 items, so 'minItems: 1' in each if:then: is redundant. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent a298c20 commit 684ab6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,15 @@ allOf:
115115
then:
116116
properties:
117117
reg:
118-
minItems: 1
119118
maxItems: 1
120119

121120
reg-names:
122-
minItems: 1
123121
maxItems: 1
124122

125123
interrupts:
126-
minItems: 1
127124
maxItems: 1
128125

129126
interrupt-names:
130-
minItems: 1
131127
maxItems: 1
132128

133129
- if:

0 commit comments

Comments
 (0)