Skip to content

Commit

Permalink
dt-bindings: dma-controller: Split interrupt fields in example
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Vinod Koul committed Jan 8, 2022
1 parent 64aa8f4 commit bbd0ff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/devicetree/bindings/dma/dma-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ examples:
dma: dma-controller@48000000 {
compatible = "ti,omap-sdma";
reg = <0x48000000 0x1000>;
interrupts = <0 12 0x4
0 13 0x4
0 14 0x4
0 15 0x4>;
interrupts = <0 12 0x4>,
<0 13 0x4>,
<0 14 0x4>,
<0 15 0x4>;
#dma-cells = <1>;
dma-channels = <32>;
dma-requests = <127>;
Expand Down

0 comments on commit bbd0ff0

Please sign in to comment.