diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-11-25 18:02:33 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-12-02 04:06:13 +0300 |
commit | ca1e147c2de54e3f27c8cfbcabb6e8a522bbd75a (patch) | |
tree | 203dcee0f63abe9f3704708fc7af98bbf7c9d3c7 /Documentation/devicetree | |
parent | 6e10f6f602f8ca0d6c307c4629ff501869590517 (diff) | |
download | linux-ca1e147c2de54e3f27c8cfbcabb6e8a522bbd75a.tar.xz |
dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples
To improve human readability and enable automatic validation, the tuples
in "interrupts" properties should be grouped using angle brackets.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20211125150233.161576-1-geert@linux-m68k.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml b/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml index d32a71b975fe..75ad898c59bc 100644 --- a/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml +++ b/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml @@ -50,7 +50,7 @@ examples: dma@3000000 { compatible = "sifive,fu540-c000-pdma"; reg = <0x3000000 0x8000>; - interrupts = <23 24 25 26 27 28 29 30>; + interrupts = <23>, <24>, <25>, <26>, <27>, <28>, <29>, <30>; #dma-cells = <1>; }; |