Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1247f2f0 authored by Steven Miao's avatar Steven Miao Committed by Bob Liu
Browse files

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



Else push file through ftp/rcp will fail.

Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 8ded9709
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {