dt-bindings: net: renesas,ethertsn: Document default for delays
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Fri, 23 Feb 2024 19:55:26 +0000 (20:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Mar 2024 08:32:33 +0000 (08:32 +0000)
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 <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/renesas,ethertsn.yaml

index 475aff7..ea35d19 100644 (file)
@@ -65,9 +65,11 @@ properties:
 
   rx-internal-delay-ps:
     enum: [0, 1800]
+    default: 0
 
   tx-internal-delay-ps:
     enum: [0, 2000]
+    default: 0
 
   '#address-cells':
     const: 1