2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-06 12:44:14 +08:00
linux-next/Documentation/devicetree/bindings/net
David Daney 6bd47ac2e4 netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()
Define two new "compatible" values for Ethernet
PHYs. "ethernet-phy-ieee802.3-c22" and "ethernet-phy-ieee802.3-c45"
are used to indicate a PHY uses the corresponding protocol.

If a PHY is "compatible" with "ethernet-phy-ieee802.3-c45", we
indicate this so that get_phy_device() can properly probe the device.

If get_phy_device() fails, it was probably due to failing the probe of
the PHY identifier registers.  Since we have the device tree telling
us the PHY exists, go ahead and add it anyhow with a phy_id of zero.
There may be a driver match based on the "compatible" property.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-27 21:23:24 -07:00
..
can Documentation: Fix typo in multiple files in Documentation 2012-04-16 14:37:13 +02:00
calxeda-xgmac.txt net: add calxeda xgmac ethernet driver 2011-11-29 01:15:24 -05:00
fsl-fec.txt net: fec: add phy-reset-duration for device tree probe 2012-06-27 21:22:06 -07:00
fsl-tsec-phy.txt ptp: Added a clock that uses the eTSEC found on the MPC85xx. 2011-05-23 13:10:14 -07:00
lpc-eth.txt net: Add device tree support to LPC32xx 2012-04-22 12:01:19 +02:00
macb.txt net/macb: add DT support for Cadence macb/gem driver 2011-12-16 13:11:00 +01:00
mdio-gpio.txt dt: Move device tree documentation out of powerpc directory 2011-01-31 00:09:01 -07:00
mdio-mux-gpio.txt netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines. 2012-05-07 22:58:09 -04:00
mdio-mux.txt netdev/of/phy: Add MDIO bus multiplexer support. 2012-05-07 22:58:09 -04:00
phy.txt netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register() 2012-06-27 21:23:24 -07:00
smsc911x.txt net/smsc911x: add device tree probe support 2011-08-01 18:01:33 -07:00
smsc-lan91c111.txt arm/versatile: Add device tree support 2011-07-28 01:32:04 -06:00
stmmac.txt stmmac: Add device-tree support 2012-03-16 22:48:53 -07:00