forked from Minki/linux
Blackfin: bf518f-ezbrd: update DSA resources
The common DSA code changed structure layout, so update the BF518F-EZBRD resources accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
e56e03b0cf
commit
2780cd6434
@ -119,13 +119,19 @@ static struct platform_device bfin_mac_device = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
|
#if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
|
||||||
static struct dsa_platform_data ksz8893m_switch_data = {
|
static struct dsa_chip_data ksz8893m_switch_chip_data = {
|
||||||
.mii_bus = &bfin_mii_bus.dev,
|
.mii_bus = &bfin_mii_bus.dev,
|
||||||
|
.port_names = {
|
||||||
|
NULL,
|
||||||
|
"eth%d",
|
||||||
|
"eth%d",
|
||||||
|
"cpu",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static struct dsa_platform_data ksz8893m_switch_data = {
|
||||||
|
.nr_chips = 1,
|
||||||
.netdev = &bfin_mac_device.dev,
|
.netdev = &bfin_mac_device.dev,
|
||||||
.port_names[0] = NULL,
|
.chip = &ksz8893m_switch_chip_data,
|
||||||
.port_names[1] = "eth%d",
|
|
||||||
.port_names[2] = "eth%d",
|
|
||||||
.port_names[3] = "cpu",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct platform_device ksz8893m_switch_device = {
|
static struct platform_device ksz8893m_switch_device = {
|
||||||
|
Loading…
Reference in New Issue
Block a user