]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fm-eth: Don't mark the MAC we use for MDIO as disabled in device tree
authorKumar Gala <galak@kernel.crashing.org>
Thu, 13 Oct 2011 19:55:59 +0000 (14:55 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 18 Oct 2011 05:36:15 +0000 (00:36 -0500)
commite81c0aba9a5e56d6e9b25a669c582827f999302f
tree39052d7129703f57f06544175f7d98e901c2e6fb
parentefb2172ece93ef48f34fb8bdf963d3b72880cc7d
fm-eth: Don't mark the MAC we use for MDIO as disabled in device tree

FM1-DTSEC1's MAC was being marked as disabled if the port was not
configured based on the SoC configuration.  However we utilize the MAC
interface for MDIO and thus should NOT mark it disabled.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/net/fm/init.c