Re: [PATCH v6 1/4] dt-bindings: net: ethernet-phy: add property enet-phy-pair-order
From: Rob Herring (Arm)
Date: Thu Mar 05 2026 - 18:41:53 EST
On Sat, 07 Feb 2026 10:25:36 +0100, Damien Dejean wrote:
> Add property enet-phy-pair-order to the device tree bindings to define
> the pair order of the PHY. To simplify PCB design some manufacturers
> allow to wire the pairs in a reverse order, and change the order in
> software.
>
> The property can be set to 0 to force the normal pair order (ABCD), or 1
> to force the reverse pair order (DCBA).
>
> Signed-off-by: Damien Dejean <dam.dejean@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/net/ethernet-phy.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>