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-10 20:21:55 +08:00
|
|
|
@@ -659,6 +659,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-10 20:21:55 +08:00
|
|
|
@@ -702,6 +704,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-10 20:21:55 +08:00
|
|
|
@@ -1137,6 +1141,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-10 20:21:55 +08:00
|
|
|
@@ -1210,6 +1216,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-10 20:21:55 +08:00
|
|
|
@@ -1454,6 +1462,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-10 20:21:55 +08:00
|
|
|
@@ -1630,6 +1640,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-10 20:21:55 +08:00
|
|
|
@@ -1821,6 +1833,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-10 20:21:55 +08:00
|
|
|
@@ -1843,6 +1857,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-10 20:21:55 +08:00
|
|
|
@@ -1863,6 +1879,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-10 20:21:55 +08:00
|
|
|
@@ -2706,6 +2724,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-10 20:21:55 +08:00
|
|
|
@@ -2759,6 +2779,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-10 20:21:55 +08:00
|
|
|
@@ -2900,6 +2922,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-10 20:21:55 +08:00
|
|
|
@@ -3018,6 +3042,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,
|
|
|
|
},
|