[RFC PATCH] Device tree enable the DM9000 driver

Daniel Morsing daniel.morsing at gmail.com
Wed Aug 10 05:57:28 EST 2011


This is a first draft for device tree enabling the DM9000 driver.
The dm9000 is used for a couple of development boards as a low cost ethernet
controller. Currently there are no users in the kernel, but once support for
device trees mature on OMAP3, I plan to migrate the Devkit8000 development
board to DT.

The patch was originally based on 3.0, so it may contain anachronisms.
First time playing with device trees, so if i've misunderstood
anything, Sorry :).

Daniel Morsing (1):
  net: dm9000: add support for device tree probing

 Documentation/devicetree/bindings/net/dm9000.txt |   46 ++++++++++++
 drivers/net/dm9000.c                             |   85 ++++++++++++++++++++++
 2 files changed, 131 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/dm9000.txt

-- 
1.7.6



More information about the devicetree-discuss mailing list