Message ID | 20191121230923.4639-1-robh@kernel.org |
---|---|
State | Accepted |
Commit | cb6192d647f79ae76128bce5216ea4f4e1776727 |
Headers | show |
Series | dt-bindings: firmware: ixp4xx: Drop redundant minItems/maxItems | expand |
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
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> --- .../firmware/intel,ixp4xx-network-processing-engine.yaml | 2 -- 1 file changed, 2 deletions(-) -- 2.20.1