Re: [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller

From: Andrew Lunn
Date: Wed Feb 14 2024 - 12:42:37 EST


> Alternative A and B Overview
> ----------------------------
>
> - **Alternative A:** Utilizes the data-carrying pairs for power transmission in
> 10/100BaseT networks. The power delivery's polarity in this alternative can
> vary based on the MDI (Medium Dependent Interface) or MDI-X (Medium Dependent
> Interface Crossover) configuration.
>
> - **Alternative B:** Delivers power over the spare pairs not used for data in
> 10/100BaseT networks. Unlike Alternative A, Alternative B's method separates
> power from data lines within the cable. Though it is less influenced by data
> transmission direction, Alternative B includes two configurations with
> different polarities, known as variant X and variant S, to accommodate
> different network requirements and device specifications.

Thanks for this documentation.

It might be worth pointing out that RJ-45 supports up to 4
pairs. However, 10/100BaseT only makes use of two pairs for data
transfer from the four. 1000BaseT and above make use of all four pairs
for data transfer. If you don't know this, it is not so obvious what
'data-carrying pairs' and 'spare pairs' mean.

And what happens for 1000BaseT when all four pairs are in use?

Andrew