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

net: fec: phy-reset-gpios is optional

The phy-reset-gpios is an optional property for fec device tree boot.
Change the binding document to match the driver code.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Shawn Guo and committed by
David S. Miller
c9040af2 119fc007

+1 -1
+1 -1
Documentation/devicetree/bindings/net/fsl-fec.txt
··· 7 7 - phy-mode : String, operation mode of the PHY interface. 8 8 Supported values are: "mii", "gmii", "sgmii", "tbi", "rmii", 9 9 "rgmii", "rgmii-id", "rgmii-rxid", "rgmii-txid", "rtbi", "smii". 10 - - phy-reset-gpios : Should specify the gpio for phy reset 11 10 12 11 Optional properties: 13 12 - local-mac-address : 6 bytes, mac address 13 + - phy-reset-gpios : Should specify the gpio for phy reset 14 14 15 15 Example: 16 16