blackfin: mac: dsa: add vlan mask in board file

Else push file through ftp/rcp will fail.

Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
Steven Miao 2011-12-07 17:39:56 +08:00 коммит произвёл Bob Liu
Родитель 8ded9709a1
Коммит 1247f2f077
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -122,6 +122,8 @@ static struct bfin_mii_bus_platform_data bfin_mii_bus_data = {
#if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE) #if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
.phy_mask = 0xfff7, /* Only probe the port phy connect to the on chip MAC */ .phy_mask = 0xfff7, /* Only probe the port phy connect to the on chip MAC */
#endif #endif
.vlan1_mask = 1,
.vlan2_mask = 2,
}; };
static struct platform_device bfin_mii_bus = { static struct platform_device bfin_mii_bus = {