summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorGrant Likely2009-04-25 14:52:56 +0200
committerDavid S. Miller2009-04-27 11:53:47 +0200
commit8bc487d150b939e69830c39322df4ee486efe381 (patch)
tree36f19428f8cf40363b17e3afcc54dee7403f7d29 /drivers/of/Makefile
parentphylib: add *_direct() variants of phy_connect and phy_attach functions (diff)
downloadkernel-qcow2-linux-8bc487d150b939e69830c39322df4ee486efe381.tar.gz
kernel-qcow2-linux-8bc487d150b939e69830c39322df4ee486efe381.tar.xz
kernel-qcow2-linux-8bc487d150b939e69830c39322df4ee486efe381.zip
openfirmware: Add OF phylib support code
Add support for parsing the device tree for PHY devices on an MDIO bus. Currently many of the PowerPC ethernet drivers are open coding a solution for reading data out of the device tree to find the correct PHY device. This patch implements a set of common routines to: a) let MDIO bus drivers register phy_devices described in the tree, and b) let MAC drivers find the correct phy_device via the tree. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Andy Fleming <afleming@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index 4c3c6f8e36f5..bdfb5f5d4b06 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_OF_DEVICE) += device.o platform.o
obj-$(CONFIG_OF_GPIO) += gpio.o
obj-$(CONFIG_OF_I2C) += of_i2c.o
obj-$(CONFIG_OF_SPI) += of_spi.o
+obj-$(CONFIG_OF_MDIO) += of_mdio.o