The ADIN1200/ADIN1300 supports inverting the link status output signal on the LINK_ST pin. Add support for selecting this feature via device-tree properties. Atsushi Nemoto (2): dt-bindings: net: adin: document a phy link status inversion property net: phy: adin: add support for inverting the link status output signal Documentation/devicetree/bindings/net/adi,adin.yaml | 5 +++++ drivers/net/phy/adin.c | 12 ++++++++++++ 2 files changed, 17 insertions(+) --- v2: - no change on patch itself - add a cover letter - add all the maintaners to CC list v1: https://lore.kernel.org/r/1bb924e1-37ee-db64-a7b3-8873b13a1a91@xxxxxxxxxx