OpenWrt – Diff between revs 2 and 3
?pathlinks?
| Rev 2 | Rev 3 | |||
|---|---|---|---|---|
| Line 122... | Line 122... | |||
| 122 | }; |
122 | }; |
|
| Line 123... | Line 123... | |||
| 123 | |
123 | |
|
| 124 | static struct mdio_board_info wpj344_mdio0_info[] = { |
124 | static struct mdio_board_info wpj344_mdio0_info[] = { |
|
| 125 | { |
125 | { |
|
| 126 | .bus_id = "ag71xx-mdio.0", |
126 | .bus_id = "ag71xx-mdio.0", |
|
| 127 | .mdio_addr = 0, |
127 | .phy_addr = 0, |
|
| 128 | .platform_data = &wpj344_ar8327_data, |
128 | .platform_data = &wpj344_ar8327_data, |
|
| 129 | }, |
129 | }, |
|
| Line 130... | Line 130... | |||
| 130 | }; |
130 | }; |
|