From 1247f2f077eb556dc8c72e2e55928b3f01765cd5 Mon Sep 17 00:00:00 2001 From: Steven Miao Date: Wed, 7 Dec 2011 17:39:56 +0800 Subject: blackfin: mac: dsa: add vlan mask in board file Else push file through ftp/rcp will fail. Signed-off-by: Steven Miao Signed-off-by: Bob Liu --- arch/blackfin/mach-bf518/boards/ezbrd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c index c4de8f93bbe4..a2d96d31bbf1 100644 --- a/arch/blackfin/mach-bf518/boards/ezbrd.c +++ b/arch/blackfin/mach-bf518/boards/ezbrd.c @@ -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) .phy_mask = 0xfff7, /* Only probe the port phy connect to the on chip MAC */ #endif + .vlan1_mask = 1, + .vlan2_mask = 2, }; static struct platform_device bfin_mii_bus = { -- cgit