mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:27:30 +02:00
ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND board
Thanks to Andrew Tarabaras git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19835 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2c16cf4acb
commit
147a9455b7
@ -117,6 +117,7 @@ static void __init tl_wr1043nd_setup(void)
|
||||
ar71xx_eth0_data.phy_mask = 0x0;
|
||||
ar71xx_eth0_data.speed = SPEED_1000;
|
||||
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
||||
ar71xx_eth0_pll_data.pll_1000 = 0x1a000000;
|
||||
|
||||
ar71xx_add_device_eth(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user