[brcm63xx] add the Tecom GW6x00 (6000 and 6200) board profile
[openwrt.git] / target / linux / generic-2.6 / files / drivers / net / phy / mvswitch.c
index 427bad4..b98699e 100644 (file)
@@ -251,7 +251,7 @@ mvswitch_config_init(struct phy_device *pdev)
 
        /* initialize default vlans */
        for (i = 0; i < MV_PORTS; i++)
-               priv->vlans[(i == MV_WANPORT ? 1 : 0)] |= (1 << i);
+               priv->vlans[(i == MV_WANPORT ? 2 : 1)] |= (1 << i);
 
        /* before entering reset, disable all ports */
        for (i = 0; i < MV_PORTS; i++)
@@ -422,7 +422,9 @@ mvswitch_fixup(struct phy_device *dev)
 {
        u16 reg;
 
-       /* look for the switch on the bus */
+       if (dev->addr != 0x10)
+               return 0;
+
        reg = dev->bus->read(dev->bus, MV_PORTREG(IDENT, 0)) & MV_IDENT_MASK;
        if (reg != MV_IDENT_VALUE)
                return 0;
This page took 0.023985 seconds and 4 git commands to generate.