2014-12-01 13:27:26 +00:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -123,6 +123,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
2015-06-30 23:26:02 +00:00
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
|
|
|
@@ -166,6 +168,8 @@ static struct board_info __initdata boar
|
|
|
|
.has_uart0 = 1,
|
|
|
|
.has_enet0 = 1,
|
|
|
|
.enet0 = {
|
2014-12-01 13:27:26 +00:00
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -277,6 +281,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -339,6 +345,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -393,6 +401,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -453,6 +463,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -476,6 +488,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -495,6 +509,8 @@ static struct board_info __initdata boar
|
|
|
|
.has_enet1 = 1,
|
|
|
|
.enet0 = {
|
|
|
|
.has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
+ .has_phy = 1,
|
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
@@ -518,6 +534,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
.use_internal_phy = 1,
|
|
|
|
},
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -546,6 +564,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
|
2014-12-01 13:27:26 +00:00
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -599,6 +619,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
2015-06-30 23:26:02 +00:00
|
|
|
@@ -648,6 +670,8 @@ static struct board_info __initdata boar
|
2014-12-01 13:27:26 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
2015-06-30 23:26:02 +00:00
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|
|
|
|
@@ -671,6 +695,8 @@ static struct board_info __initdata boar
|
|
|
|
},
|
|
|
|
|
|
|
|
.enet1 = {
|
2014-12-01 13:27:26 +00:00
|
|
|
+ .has_phy = 1,
|
|
|
|
+ .phy_id = 0,
|
|
|
|
.force_speed_100 = 1,
|
|
|
|
.force_duplex_full = 1,
|
|
|
|
},
|