diff options
author | Rob Herring <robh@kernel.org> | 2019-11-21 23:57:03 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-11-26 20:29:32 +0100 |
commit | cb6192d647f79ae76128bce5216ea4f4e1776727 (patch) | |
tree | 7eb119c3667b106bc8ef9d663a941834cc7224b9 /Documentation/devicetree/bindings | |
parent | dt-bindings: power: Rename back power_domain.txt bindings to fix references (diff) | |
download | linux-cb6192d647f79ae76128bce5216ea4f4e1776727.tar.xz linux-cb6192d647f79ae76128bce5216ea4f4e1776727.zip |
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 |