Commit 71667902 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: display: drop minItems equal to maxItems

minItems, if missing, are implicitly equal to maxItems, so drop
redundant piece to reduce size of code.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20220825113334.196908-5-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 413ec915
......@@ -25,7 +25,6 @@ properties:
const: ldb
reg:
minItems: 2
maxItems: 2
reg-names:
......
......@@ -66,13 +66,11 @@ properties:
2 DSI links.
assigned-clocks:
minItems: 2
maxItems: 2
description: |
Parents of "byte" and "pixel" for the given platform.
assigned-clock-parents:
minItems: 2
maxItems: 2
description: |
The Byte clock and Pixel clock PLL outputs provided by a DSI PHY block.
......
......@@ -37,7 +37,6 @@ properties:
qcom,phy-rescode-offset-top:
$ref: /schemas/types.yaml#/definitions/int8-array
minItems: 5
maxItems: 5
description:
Integer array of offset for pull-up legs rescode for all five lanes.
......@@ -49,7 +48,6 @@ properties:
qcom,phy-rescode-offset-bot:
$ref: /schemas/types.yaml#/definitions/int8-array
minItems: 5
maxItems: 5
description:
Integer array of offset for pull-down legs rescode for all five lanes.
......
......@@ -24,7 +24,6 @@ properties:
- samsung,exynos5433-decon-tv
clocks:
minItems: 11
maxItems: 11
clock-names:
......@@ -59,7 +58,6 @@ properties:
- const: te
iommus:
minItems: 2
maxItems: 2
iommu-names:
......
......@@ -24,7 +24,6 @@ properties:
const: samsung,exynos5433-mic
clocks:
minItems: 2
maxItems: 2
clock-names:
......
......@@ -22,7 +22,6 @@ properties:
const: samsung,exynos7-decon
clocks:
minItems: 4
maxItems: 4
clock-names:
......
......@@ -27,7 +27,6 @@ properties:
const: 1
clocks:
minItems: 2
maxItems: 2
clock-names:
......
......@@ -59,7 +59,6 @@ properties:
maxItems: 2
power-domain-names:
minItems: 2
maxItems: 2
allOf:
......
......@@ -42,11 +42,9 @@ properties:
maxItems: 1
interconnects:
minItems: 6
maxItems: 6
interconnect-names:
minItems: 6
maxItems: 6
operating-points-v2:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment