lkml.org 
[lkml]   [2019]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] spi: dt-bindings: spi-controller: remove unnecessary 'maxItems: 1' from reg
    Date
    Mixing array constraints like 'maxItems' and string or integer value
    constraints like 'minimum' don't make sense. Also, with only value
    constraints, it is implied we have a single value. So lets remove
    'maxItems: 1'.

    Cc: Mark Brown <broonie@kernel.org>
    Cc: linux-spi@vger.kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    ---
    Documentation/devicetree/bindings/spi/spi-controller.yaml | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml
    index 876c0623f322..a02e2fe2bfb2 100644
    --- a/Documentation/devicetree/bindings/spi/spi-controller.yaml
    +++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml
    @@ -73,7 +73,6 @@ patternProperties:
    Compatible of the SPI device.

    reg:
    - maxItems: 1
    minimum: 0
    maximum: 256
    description:
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-07-09 21:26    [W:7.673 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site