On Fri, 10 Dec 2021 13:05:09 +0200, alexandru.tachici@xxxxxxxxxx wrote: > From: Alexandru Tachici <alexandru.tachici@xxxxxxxxxx> > > Add a tristate property to advertise desired transmit level. > > If the device supports the 2.4 Vpp operating mode for 10BASE-T1L, > as defined in 802.3gc, and the 2.4 Vpp transmit voltage operation > is desired, property should be set to 1. This property is used > to select whether Auto-Negotiation advertises a request to > operate the 10BASE-T1L PHY in increased transmit level mode. > > If property is set to 1, the PHY shall advertise a request > to operate the 10BASE-T1L PHY in increased transmit level mode. > If property is set to zero, the PHY shall not advertise > a request to operate the 10BASE-T1L PHY in increased transmit level mode. > > Signed-off-by: Alexandru Tachici <alexandru.tachici@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/net/ethernet-phy.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>