diff options
author | Steven Miao <realmz6@gmail.com> | 2011-12-07 04:39:56 -0500 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-01-08 21:26:16 -0500 |
commit | 1247f2f077eb556dc8c72e2e55928b3f01765cd5 (patch) | |
tree | d2ba27b37c57a4aeba0d7eb60dfe6f60a6b25b2c /arch | |
parent | 8ded9709a171a52199c5ac64912c52f7290870a0 (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')
-rw-r--r-- | arch/blackfin/mach-bf518/boards/ezbrd.c | 2 |
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 = { | |||
122 | #if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE) | 122 | #if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE) |
123 | .phy_mask = 0xfff7, /* Only probe the port phy connect to the on chip MAC */ | 123 | .phy_mask = 0xfff7, /* Only probe the port phy connect to the on chip MAC */ |
124 | #endif | 124 | #endif |
125 | .vlan1_mask = 1, | ||
126 | .vlan2_mask = 2, | ||
125 | }; | 127 | }; |
126 | 128 | ||
127 | static struct platform_device bfin_mii_bus = { | 129 | static struct platform_device bfin_mii_bus = { |