2014-02-24 23:54:12 +08:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -793,6 +793,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -837,6 +839,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1127,6 +1131,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1201,6 +1207,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1482,6 +1490,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1661,6 +1671,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1737,6 +1749,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
2014-06-22 03:23:18 +08:00
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1760,6 +1774,8 @@ static struct board_info __initdata boar
|
2014-06-22 03:23:18 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
2014-02-24 23:54:12 +08:00
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
2014-06-22 03:23:18 +08:00
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -1781,6 +1797,8 @@ static struct board_info __initdata boar
|
2014-06-22 03:23:18 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
2014-02-24 23:54:12 +08:00
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -2126,6 +2144,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -2180,6 +2200,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -2322,6 +2344,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-21 19:28:18 +08:00
|
|
|
@@ -2441,6 +2465,8 @@ static struct board_info __initdata boar
|
2014-02-24 23:54:12 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|