OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 241... Line 241...
241 }; 241 };
Line 242... Line 242...
242   242  
243 static struct mdio_board_info cf_e375ac_mdio0_info[] = { 243 static struct mdio_board_info cf_e375ac_mdio0_info[] = {
244 { 244 {
245 .bus_id = "ag71xx-mdio.0", 245 .bus_id = "ag71xx-mdio.0",
246 .mdio_addr = 0, 246 .phy_addr = 0,
247 .platform_data = &cf_e375ac_ar8337_data, 247 .platform_data = &cf_e375ac_ar8337_data,
248 }, 248 },
Line 249... Line 249...
249 }; 249 };
Line 321... Line 321...
321 }; 321 };
Line 322... Line 322...
322   322  
323 static struct mdio_board_info cf_e380ac_v1v2_mdio0_info[] = { 323 static struct mdio_board_info cf_e380ac_v1v2_mdio0_info[] = {
324 { 324 {
325 .bus_id = "ag71xx-mdio.0", 325 .bus_id = "ag71xx-mdio.0",
326 .mdio_addr = 0, 326 .phy_addr = 0,
327 .platform_data = &cf_e380ac_v1v2_at803x_data, 327 .platform_data = &cf_e380ac_v1v2_at803x_data,
328 }, 328 },
Line 329... Line 329...
329 }; 329 };
Line 679... Line 679...
679 }; 679 };
Line 680... Line 680...
680   680  
681 static struct mdio_board_info cf_e385ac_mdio0_info[] = { 681 static struct mdio_board_info cf_e385ac_mdio0_info[] = {
682 { 682 {
683 .bus_id = "ag71xx-mdio.0", 683 .bus_id = "ag71xx-mdio.0",
684 .mdio_addr = 0, 684 .phy_addr = 0,
685 .platform_data = &cf_e385ac_qca8337_data, 685 .platform_data = &cf_e385ac_qca8337_data,
686 }, 686 },
Line 687... Line 687...
687 }; 687 };