2013-07-20 19:30:26 +08:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -627,6 +627,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -670,6 +672,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -955,6 +959,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -1027,6 +1033,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -1256,6 +1264,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -1431,6 +1441,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -1545,6 +1557,12 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -1920,6 +1938,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -1972,6 +1992,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -2112,6 +2134,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2014-01-19 21:46:25 +08:00
|
|
|
@@ -2229,6 +2253,8 @@ static struct board_info __initdata boar
|
2013-07-20 19:30:26 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|