net: smc91x: Fix device tree based configuration so it's usable
authorTony Lindgren <tony@atomide.com>
Wed, 11 Dec 2013 21:04:27 +0000 (13:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 21:36:22 +0000 (16:36 -0500)
commit3f823c15d53dc78b50d6f561caf36e8109df1193
treea1bd2f4c5a05c98f44cde5d1623c3cc00856dcf3
parent610438b74496b2986a9025f8e23c134cb638e338
net: smc91x: Fix device tree based configuration so it's usable

Commit 89ce376c6bdc (drivers/net: Use of_match_ptr() macro in smc91x.c)
added minimal device tree support to smc91x, but it's not working on
many platforms because of the lack of some key configuration bits.

Fix the issue by parsing the necessary configuration like the
smc911x driver is doing. As most smc91x users seem to use 16-bit
access, let's default to that if no reg-io-width is specified.

Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: netdev@vger.kernel.org
Cc: devicetree@vger.kernel.org
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/smsc-lan91c111.txt
drivers/net/ethernet/smsc/smc91x.c