OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 340... Line 340...
340 }; 340 };
Line 341... Line 341...
341   341  
342 static struct mdio_board_info uap_pro_mdio0_info[] = { 342 static struct mdio_board_info uap_pro_mdio0_info[] = {
343 { 343 {
344 .bus_id = "ag71xx-mdio.0", 344 .bus_id = "ag71xx-mdio.0",
345 .mdio_addr = 0, 345 .phy_addr = 0,
346 .platform_data = &uap_pro_ar8327_data, 346 .platform_data = &uap_pro_ar8327_data,
347 }, 347 },
Line 348... Line 348...
348 }; 348 };
Line 487... Line 487...
487 }; 487 };
Line 488... Line 488...
488   488  
489 static struct mdio_board_info ubnt_loco_m_xw_mdio_info[] = { 489 static struct mdio_board_info ubnt_loco_m_xw_mdio_info[] = {
490 { 490 {
491 .bus_id = "ag71xx-mdio.0", 491 .bus_id = "ag71xx-mdio.0",
492 .mdio_addr = 1, 492 .phy_addr = 1,
493 .platform_data = &ubnt_loco_m_xw_at803x_data, 493 .platform_data = &ubnt_loco_m_xw_at803x_data,
494 }, 494 },
Line 495... Line 495...
495 }; 495 };
Line 594... Line 594...
594 .enable_rgmii_tx_delay = 1, 594 .enable_rgmii_tx_delay = 1,
595 }; 595 };
596 static struct mdio_board_info ubnt_rocket_m_ti_mdio_info[] = { 596 static struct mdio_board_info ubnt_rocket_m_ti_mdio_info[] = {
597 { 597 {
598 .bus_id = "ag71xx-mdio.0", 598 .bus_id = "ag71xx-mdio.0",
599 .mdio_addr = 4, 599 .phy_addr = 4,
600 .platform_data = &ubnt_rocket_m_ti_at803_data, 600 .platform_data = &ubnt_rocket_m_ti_at803_data,
601 }, 601 },
602 }; 602 };
Line 603... Line 603...
603   603