Correct the definition of 'phy-mode' to reflect that RX and TX delays are added by the board, not the MAC, to prevent confusion and ensure accurate documentation. Signed-off-by: Yijie Yang <quic_yijiyang@xxxxxxxxxxx> --- Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index 45819b2358002bc75e876eddb4b2ca18017c04bd..d56f1a2e79c4656762c7397dc96408bdde19c52b 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -74,7 +74,7 @@ properties: - rev-rmii - moca - # RX and TX delays are added by the MAC when required + # RX and TX delays are added by the board when required - rgmii # RGMII with internal RX and TX delays provided by the PHY, -- 2.34.1