mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
ar71xx: allow to attach the internal switch for AR934x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29550 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
812763d48e
commit
e61b2d1ed9
@ -914,6 +914,8 @@ void __init ar71xx_add_device_eth(unsigned int id)
|
||||
AR934X_RESET_GE1_MDIO;
|
||||
pdata->ddr_flush = ar934x_ddr_flush_ge1;
|
||||
pdata->set_speed = ar934x_set_speed_ge1;
|
||||
|
||||
pdata->switch_data = &ar71xx_switch_data;
|
||||
}
|
||||
|
||||
pdata->has_gbit = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user