On Fri, 04 Oct 2024 17:18:05 +0100, Daniel Golle wrote: > Usually the MDI pair order reversal configuration is defined by > bootstrap pin MDI_CFG. Some designs, however, require overriding the MDI > pair order and force either normal or reverse order. > > Add property 'marvell,mdi-cfg-order' to allow forcing either normal or > reverse order of the MDI pairs. > > Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx> > --- > v3: use integer enum instead of two properties as suggested > v2: enforce mutually exclusive relationship of the two new properties in > dt-schema. > > Documentation/devicetree/bindings/net/marvell,aquantia.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>