]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ibm_newemac/core.c
ibm_newemac: Allow the "no flow control" EMAC feature to work
[linux-2.6-omap-h63xx.git] / drivers / net / ibm_newemac / core.c
index ccd9d9058f6dfa48c298926058f03af4a0f82876..4e633870e6e7ea2f7c324a2fbd72204dd14108df 100644 (file)
@@ -2567,6 +2567,8 @@ static int __devinit emac_init_config(struct emac_instance *dev)
                if (of_device_is_compatible(np, "ibm,emac-440ep") ||
                    of_device_is_compatible(np, "ibm,emac-440gr"))
                        dev->features |= EMAC_FTR_440EP_PHY_CLK_FIX;
+               if (of_device_is_compatible(np, "ibm,emac-405ez"))
+                       dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x;
        }
 
        /* Fixup some feature bits based on the device tree */