OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 105... Line 105...
105 }; 105 };
Line 106... Line 106...
106   106  
107 static struct mdio_board_info om5pac_mdio0_info[] = { 107 static struct mdio_board_info om5pac_mdio0_info[] = {
108 { 108 {
109 .bus_id = "ag71xx-mdio.0", 109 .bus_id = "ag71xx-mdio.0",
110 .mdio_addr = 1, 110 .phy_addr = 1,
111 .platform_data = &om5pac_at803x_data, 111 .platform_data = &om5pac_at803x_data,
112 }, 112 },
113 { 113 {
114 .bus_id = "ag71xx-mdio.0", 114 .bus_id = "ag71xx-mdio.0",
115 .mdio_addr = 2, 115 .phy_addr = 2,
116 .platform_data = &om5pac_at803x_data, 116 .platform_data = &om5pac_at803x_data,
117 }, 117 },
Line 118... Line 118...
118 }; 118 };