* [PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples
@ 2021-11-25 15:02 Geert Uytterhoeven
2021-12-01 22:37 ` Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-11-25 15:02 UTC (permalink / raw)
To: Green Wan, Vinod Koul, Rob Herring, Paul Walmsley, Palmer Dabbelt,
Palmer Debbelt
Cc: dmaengine, devicetree, linux-riscv, Geert Uytterhoeven
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>
---
.../devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml b/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
index d32a71b975fe200b..75ad898c59bc493d 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>;
};
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples
2021-11-25 15:02 [PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples Geert Uytterhoeven
@ 2021-12-01 22:37 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-12-01 22:37 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Green Wan, Palmer Debbelt, devicetree, Palmer Dabbelt, Vinod Koul,
Paul Walmsley, linux-riscv, dmaengine, Rob Herring
On Thu, 25 Nov 2021 16:02:33 +0100, Geert Uytterhoeven wrote:
> 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>
> ---
> .../devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-01 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-25 15:02 [PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples Geert Uytterhoeven
2021-12-01 22:37 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).