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-11-22 12:25:52 +00:00
|
|
|
@@ -789,6 +789,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-11-22 12:25:52 +00:00
|
|
|
@@ -832,6 +834,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-11-22 12:25:52 +00:00
|
|
|
@@ -1119,6 +1123,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-11-22 12:25:52 +00:00
|
|
|
@@ -1192,6 +1198,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-11-22 12:25:52 +00:00
|
|
|
@@ -1470,6 +1478,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-11-22 12:25:52 +00:00
|
|
|
@@ -1646,6 +1656,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-11-22 12:25:52 +00:00
|
|
|
@@ -1721,6 +1733,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-11-22 12:25:52 +00:00
|
|
|
@@ -1743,6 +1757,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-11-22 12:25:52 +00:00
|
|
|
@@ -1763,6 +1779,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-11-22 12:25:52 +00:00
|
|
|
@@ -2116,6 +2134,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-11-22 12:25:52 +00:00
|
|
|
@@ -2169,6 +2189,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-11-22 12:25:52 +00:00
|
|
|
@@ -2310,6 +2332,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-11-22 12:25:52 +00:00
|
|
|
@@ -2428,6 +2452,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,
|
|
|
|
},
|