Skip to content

Commit bbd0ff0

Browse files
robherringvinodkoul
authored andcommitted
dt-bindings: dma-controller: Split interrupt fields in example
Best practice for multi-cell property values is to bracket each multi-cell value. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220106182518.1435497-2-robh@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 64aa8f4 commit bbd0ff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/dma/dma-controller.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ examples:
2424
dma: dma-controller@48000000 {
2525
compatible = "ti,omap-sdma";
2626
reg = <0x48000000 0x1000>;
27-
interrupts = <0 12 0x4
28-
0 13 0x4
29-
0 14 0x4
30-
0 15 0x4>;
27+
interrupts = <0 12 0x4>,
28+
<0 13 0x4>,
29+
<0 14 0x4>,
30+
<0 15 0x4>;
3131
#dma-cells = <1>;
3232
dma-channels = <32>;
3333
dma-requests = <127>;

0 commit comments

Comments
 (0)