hw25: use lower (2nd) ethernet port
This commit is contained in:
parent
6f10e899b1
commit
6ca8df40e6
|
|
@ -1078,8 +1078,9 @@ static struct cpsw_platform_data cpsw_data = {
|
||||||
.mdio_div = 0xff,
|
.mdio_div = 0xff,
|
||||||
.channels = 8,
|
.channels = 8,
|
||||||
.cpdma_reg_ofs = 0x800,
|
.cpdma_reg_ofs = 0x800,
|
||||||
.slaves = 1,
|
.slaves = 2,
|
||||||
.slave_data = cpsw_slaves,
|
.slave_data = cpsw_slaves,
|
||||||
|
.active_slave = 1,
|
||||||
.ale_reg_ofs = 0xd00,
|
.ale_reg_ofs = 0xd00,
|
||||||
.ale_entries = 1024,
|
.ale_entries = 1024,
|
||||||
.host_port_reg_ofs = 0x108,
|
.host_port_reg_ofs = 0x108,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue