Re: [PATCH net-next 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps

From: Andrew Lunn
Date: Wed Jul 17 2024 - 14:33:34 EST


> +$defs:
> + internal-delay-ps:
> + description:
> + Disable tunable delay lines using 0 ps, or enable them and select
> + the phase between 1400 ps and 2000 ps in increments of 300 ps.
> + enum:
> + [0, 1400, 1700, 2000]

It would be nice to document what the default is if the property is
missing.

Andrew