OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 112... Line 112...
112 }; 112 };
Line 113... Line 113...
113   113  
114 static struct mdio_board_info sr3200_xd3200_mdio0_info[] = { 114 static struct mdio_board_info sr3200_xd3200_mdio0_info[] = {
115 { 115 {
116 .bus_id = "ag71xx-mdio.0", 116 .bus_id = "ag71xx-mdio.0",
117 .mdio_addr = 0, 117 .phy_addr = 0,
118 .platform_data = &sr3200_xd3200_qca833x_data, 118 .platform_data = &sr3200_xd3200_qca833x_data,
119 }, 119 },
Line 120... Line 120...
120 }; 120 };