Skip to content

Commit 25b5cdf

Browse files
geertudavem330
authored andcommitted
dt-bindings: net: renesas-ravb: Make stream buffer optional
The Stream Buffer for EtherAVB-IF (STBE) is an optional component, and is not present on all SoCs. Document this in the DT bindings, including a list of SoCs that do have it. Fixes: 785ec87 ("ravb: document R8A77970 bindings") Fixes: f231c41 ("dt-bindings: net: renesas-ravb: Add support for R8A77995 RAVB") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2cbb4ea commit 25b5cdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/net/renesas,ravb.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ Required properties:
2727
SoC-specific version corresponding to the platform first followed by
2828
the generic version.
2929

30-
- reg: offset and length of (1) the register block and (2) the stream buffer.
30+
- reg: Offset and length of (1) the register block and (2) the stream buffer.
31+
The region for the register block is mandatory.
32+
The region for the stream buffer is optional, as it is only present on
33+
R-Car Gen2 and RZ/G1 SoCs, and on R-Car H3 (R8A7795), M3-W (R8A7796),
34+
and M3-N (R8A77965).
3135
- interrupts: A list of interrupt-specifiers, one for each entry in
3236
interrupt-names.
3337
If interrupt-names is not present, an interrupt specifier

0 commit comments

Comments
 (0)