diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-24 17:03:31 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-19 15:54:06 -0500 |
commit | 1084ab9e3bf0e291f97fc8f11bf9ab548ce6bb64 (patch) | |
tree | 85e37fa83d0ecaf33ba6663db4e137913699f0af /Documentation | |
parent | 4a855a957936c7b01069f6c6fc84e46729e0f2ad (diff) | |
download | linux-stable-1084ab9e3bf0e291f97fc8f11bf9ab548ce6bb64.tar.gz linux-stable-1084ab9e3bf0e291f97fc8f11bf9ab548ce6bb64.tar.bz2 linux-stable-1084ab9e3bf0e291f97fc8f11bf9ab548ce6bb64.zip |
dt-bindings: timer: cdns,ttc: drop unneeded minItems
There is no need to add minItems when it is equal to maxItems.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220424150333.75172-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/timer/cdns,ttc.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/cdns,ttc.yaml b/Documentation/devicetree/bindings/timer/cdns,ttc.yaml index c3386076a98c..7d821fd480f6 100644 --- a/Documentation/devicetree/bindings/timer/cdns,ttc.yaml +++ b/Documentation/devicetree/bindings/timer/cdns,ttc.yaml @@ -17,7 +17,6 @@ properties: maxItems: 1 interrupts: - minItems: 3 maxItems: 3 description: | A list of 3 interrupts; one per timer channel. |