2014-02-24 15:54:12 +00:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2014-08-01 21:56:38 +00:00
|
|
|
@@ -616,6 +616,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-01 21:56:38 +00:00
|
|
|
@@ -659,6 +661,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00: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 12:21:34 +00:00
|
|
|
@@ -1094,6 +1098,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:34 +00:00
|
|
|
@@ -1167,6 +1173,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -1411,6 +1419,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -1587,6 +1597,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -1778,6 +1790,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
2014-06-21 19:23:18 +00:00
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -1800,6 +1814,8 @@ static struct board_info __initdata boar
|
2014-06-21 19:23:18 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
2014-02-24 15:54:12 +00:00
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
2014-06-21 19:23:18 +00:00
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -1820,6 +1836,8 @@ static struct board_info __initdata boar
|
2014-06-21 19:23:18 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
2014-02-24 15:54:12 +00:00
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -2663,6 +2681,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -2716,6 +2736,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -2857,6 +2879,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-08-10 12:21:44 +00:00
|
|
|
@@ -2975,6 +2999,8 @@ static struct board_info __initdata boar
|
2014-02-24 15:54:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|