Skip to content

Commit 4476157

Browse files
committed
dt-bindings: Remove redundant 'maxItems'
There's no need to specify 'maxItems' with the same value as the number of entries in 'items'. A meta-schema update will catch future cases. Cc: Shawn Guo <[email protected]> Cc: Sascha Hauer <[email protected]> Cc: Anson Huang <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Reviewed-by: Stephen Boyd <[email protected]> # clk Acked-by: Thierry Reding <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 0db958b commit 4476157

File tree

7 files changed

+0
-9
lines changed

7 files changed

+0
-9
lines changed

Documentation/devicetree/bindings/clock/imx6q-clock.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ properties:
2323
items:
2424
- description: CCM interrupt request 1
2525
- description: CCM interrupt request 2
26-
maxItems: 2
2726

2827
'#clock-cells':
2928
const: 1

Documentation/devicetree/bindings/clock/imx6sl-clock.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ properties:
2323
items:
2424
- description: CCM interrupt request 1
2525
- description: CCM interrupt request 2
26-
maxItems: 2
2726

2827
'#clock-cells':
2928
const: 1

Documentation/devicetree/bindings/clock/imx6sll-clock.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ properties:
2323
items:
2424
- description: CCM interrupt request 1
2525
- description: CCM interrupt request 2
26-
maxItems: 2
2726

2827
'#clock-cells':
2928
const: 1

Documentation/devicetree/bindings/clock/imx6sx-clock.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ properties:
2323
items:
2424
- description: CCM interrupt request 1
2525
- description: CCM interrupt request 2
26-
maxItems: 2
2726

2827
'#clock-cells':
2928
const: 1

Documentation/devicetree/bindings/clock/imx6ul-clock.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ properties:
2323
items:
2424
- description: CCM interrupt request 1
2525
- description: CCM interrupt request 2
26-
maxItems: 2
2726

2827
'#clock-cells':
2928
const: 1

Documentation/devicetree/bindings/pwm/imx-pwm.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ properties:
3030
items:
3131
- description: SoC PWM ipg clock
3232
- description: SoC PWM per clock
33-
maxItems: 2
3433

3534
clock-names:
3635
items:
3736
- const: ipg
3837
- const: per
39-
maxItems: 2
4038

4139
interrupts:
4240
maxItems: 1

Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,11 @@ properties:
6464
- const: hs_src
6565

6666
power-domains:
67-
maxItems: 2
6867
items:
6968
- description: XUSBB(device) power-domain
7069
- description: XUSBA(superspeed) power-domain
7170

7271
power-domain-names:
73-
maxItems: 2
7472
items:
7573
- const: dev
7674
- const: ss

0 commit comments

Comments
 (0)