On Mon, 06 Jul 2020 16:35:23 +0200, Geert Uytterhoeven wrote: > Internal Receive and Transmit Clock Delays are a common setting for > RGMII capable devices. > > While these delays are typically applied by the PHY, some MACs support > configuring internal clock delay settings, too. Hence add standardized > properties to configure this. > > This is the MAC counterpart of commit 9150069bf5fc0e86 ("dt-bindings: > net: Add tx and rx internal delays"), which applies to the PHY. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > Commit 9150069bf5fc0e86 is part of next-20200629 and later. > > v2: > - New. > --- > .../bindings/net/ethernet-controller.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>