lkml.org 
[lkml]   [2022]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 104/112] dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo
    Date
    From: Samuel Holland <samuel@sholland.org>

    commit 607a48c78e6b427b0b684d24e61c19e846ad65d6 upstream.

    The conditional block for variants with a second clock should have set
    minItems, not maxItems, which was already 2. Since clock-names requires
    two items, this typo should not have caused any problems.

    Fixes: edd14218bd66 ("dt-bindings: dmaengine: Convert Allwinner A31 and A64 DMA to a schema")
    Signed-off-by: Samuel Holland <samuel@sholland.org>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20220702031903.21703-1-samuel@sholland.org
    Signed-off-by: Vinod Koul <vkoul@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml
    +++ b/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml
    @@ -64,7 +64,7 @@ if:
    then:
    properties:
    clocks:
    - maxItems: 2
    + minItems: 2

    required:
    - clock-names

    \
     
     \ /
      Last update: 2022-07-11 11:37    [W:4.104 / U:0.600 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site