OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 37... | Line 37... | |||
37 | }; |
37 | }; |
|
Line 38... | Line 38... | |||
38 | |
38 | |
|
39 | static struct mdio_board_info rambutan_mdio0_info[] = { |
39 | static struct mdio_board_info rambutan_mdio0_info[] = { |
|
40 | { |
40 | { |
|
41 | .bus_id = "ag71xx-mdio.0", |
41 | .bus_id = "ag71xx-mdio.0", |
|
42 | .mdio_addr = 0, |
42 | .phy_addr = 0, |
|
43 | .platform_data = &rambutan_ar8032_data, |
43 | .platform_data = &rambutan_ar8032_data, |
|
44 | }, |
44 | }, |
|
Line 45... | Line 45... | |||
45 | }; |
45 | }; |
|
Line 50... | Line 50... | |||
50 | }; |
50 | }; |
|
Line 51... | Line 51... | |||
51 | |
51 | |
|
52 | static struct mdio_board_info rambutan_mdio1_info[] = { |
52 | static struct mdio_board_info rambutan_mdio1_info[] = { |
|
53 | { |
53 | { |
|
54 | .bus_id = "ag71xx-mdio.1", |
54 | .bus_id = "ag71xx-mdio.1", |
|
55 | .mdio_addr = 0, |
55 | .phy_addr = 0, |
|
56 | .platform_data = &rambutan_ar8033_data, |
56 | .platform_data = &rambutan_ar8033_data, |
|
57 | }, |
57 | }, |
|
Line 58... | Line 58... | |||
58 | }; |
58 | }; |