Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: micrel: add coma-mode-gpios property

The LAN8814 has a coma mode pin which is used to put the PHY into
isolate and power-down mode. Usually strapped to be asserted by default.
A GPIO is then used to take the PHY out of this mode.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Michael Walle and committed by
Jakub Kicinski
749c61e5 17d49e6e

+9
+9
Documentation/devicetree/bindings/net/micrel.txt
··· 45 45 46 46 In fiber mode, auto-negotiation is disabled and the PHY can only work in 47 47 100base-fx (full and half duplex) modes. 48 + 49 + - coma-mode-gpios: If present the given gpio will be deasserted when the 50 + PHY is probed. 51 + 52 + Some PHYs have a COMA mode input pin which puts the PHY into 53 + isolate and power-down mode. On some boards this input is connected 54 + to a GPIO of the SoC. 55 + 56 + Supported on the LAN8814.