diff options
author | Rob Herring <robh@kernel.org> | 2019-11-21 16:57:03 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-11-26 12:29:32 -0700 |
commit | cb6192d647f79ae76128bce5216ea4f4e1776727 (patch) | |
tree | 7eb119c3667b106bc8ef9d663a941834cc7224b9 /Documentation/devicetree/bindings | |
parent | d17f8338fe778722cf8fcb8513698faf1ac4c37e (diff) |
dt-bindings: firmware: ixp4xx: Drop redundant minItems/maxItems
The minItems/maxItems default to the number of items in an 'items' list,
so drop the redundant specifying of them here.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml b/Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml index 4f0db8ee226a..878a2079ebb6 100644 --- a/Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml +++ b/Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml @@ -25,8 +25,6 @@ properties: - const: intel,ixp4xx-network-processing-engine reg: - minItems: 3 - maxItems: 3 items: - description: NPE0 register range - description: NPE1 register range |