OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 84... Line 84...
84 }; 84 };
Line 85... Line 85...
85   85  
86 static struct mdio_board_info a60_mdio0_info[] = { 86 static struct mdio_board_info a60_mdio0_info[] = {
87 { 87 {
88 .bus_id = "ag71xx-mdio.0", 88 .bus_id = "ag71xx-mdio.0",
89 .mdio_addr = 1, 89 .phy_addr = 1,
90 .platform_data = &a60_at803x_data, 90 .platform_data = &a60_at803x_data,
91 }, 91 },
92 { 92 {
93 .bus_id = "ag71xx-mdio.0", 93 .bus_id = "ag71xx-mdio.0",
94 .mdio_addr = 2, 94 .phy_addr = 2,
95 .platform_data = &a60_at803x_data, 95 .platform_data = &a60_at803x_data,
96 }, 96 },
Line 97... Line 97...
97 }; 97 };