net: mv643xx_eth: add DT parsing support
commit76723bca2802eb80990a5fefa179662e2e561d66
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 29 May 2013 09:32:48 +0000 (29 09:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 00:54:04 +0000 (30 17:54 -0700)
tree53854f05fb1220fe5f710b341ef5a4db53fb0499
parentcb85215ffc34479188d0ec25a56352f05ad672ce
net: mv643xx_eth: add DT parsing support

This adds device tree parsing support for the shared driver of mv643xx_eth.
As the bindings are slightly different from current PPC bindings new binding
documentation is also added. Following PPC-style device setup, the shared
driver now also adds port platform_devices and sets up port platform_data.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/marvell-orion-net.txt [new file with mode: 0644]
drivers/net/ethernet/marvell/mv643xx_eth.c