OpenWrt – Diff between revs 2 and 3

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