summaryrefslogtreecommitdiff
path: root/arch/blackfin/mach-bf518/boards
diff options
context:
space:
mode:
authorSteven Miao <realmz6@gmail.com>2011-12-07 17:39:56 +0800
committerBob Liu <lliubbo@gmail.com>2012-01-09 10:26:16 +0800
commit1247f2f077eb556dc8c72e2e55928b3f01765cd5 (patch)
treed2ba27b37c57a4aeba0d7eb60dfe6f60a6b25b2c /arch/blackfin/mach-bf518/boards
parent8ded9709a171a52199c5ac64912c52f7290870a0 (diff)
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>
Diffstat (limited to 'arch/blackfin/mach-bf518/boards')
-rw-r--r--arch/blackfin/mach-bf518/boards/ezbrd.c2
1 files changed, 2 insertions, 0 deletions
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 = {