Skip to content

Commit 7be4088

Browse files
Niklas Söderlunddavem330
authored andcommitted
dt-bindings: net: renesas,ethertsn: Document default for delays
The internal delay properties are not mandatory and should have a documented default value. The device only supports either no delay or a fixed delay and the device reset default is no delay, document the default as no delay. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 87adede commit 7be4088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/net/renesas,ethertsn.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ properties:
6565

6666
rx-internal-delay-ps:
6767
enum: [0, 1800]
68+
default: 0
6869

6970
tx-internal-delay-ps:
7071
enum: [0, 2000]
72+
default: 0
7173

7274
'#address-cells':
7375
const: 1

0 commit comments

Comments
 (0)