net: dsa: add Broadcom SF2 switch driver
[linux-2.6-block.git] / net / dsa / dsa.c
index 4dc2a16b72cfe841fd6f7d6ba00136533793a7bf..484f695351a7fe95b9615fc4fcb6e988cc073768 100644 (file)
@@ -635,6 +635,7 @@ struct packet_type dsa_pack_type __read_mostly = {
 };
 
 static const struct of_device_id dsa_of_match_table[] = {
+       { .compatible = "brcm,bcm7445-switch-v4.0" },
        { .compatible = "marvell,dsa", },
        {}
 };