OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 102... Line 102...
102 }; 102 };
Line 103... Line 103...
103   103  
104 static struct mdio_board_info dgl_5500_a1_mdio0_info[] = { 104 static struct mdio_board_info dgl_5500_a1_mdio0_info[] = {
105 { 105 {
106 .bus_id = "ag71xx-mdio.0", 106 .bus_id = "ag71xx-mdio.0",
107 .mdio_addr = 0, 107 .phy_addr = 0,
108 .platform_data = &dgl_5500_a1_ar8327_data, 108 .platform_data = &dgl_5500_a1_ar8327_data,
109 }, 109 },
Line 110... Line 110...
110 }; 110 };