aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch')
-rw-r--r--target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch21
1 files changed, 10 insertions, 11 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch b/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch
index 31e2192e0d..0aa94fb32f 100644
--- a/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch
+++ b/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch
@@ -1,27 +1,26 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -411,6 +411,20 @@ static struct board_info __initdata boar
+@@ -406,6 +406,19 @@ static struct board_info __initdata boar
.name = "96345GW2",
.expected_cpu_id = 0x6345,
};
+
+static struct board_info __initdata board_rta770bw = {
-+ .name = "RTA770BW",
-+ .expected_cpu_id = 0x6345,
-+
-+ .has_enet0 = 1,
++ .name = "RTA770BW",
++ .expected_cpu_id = 0x6345,
+
++ .has_enet0 = 1,
+ .enet0 = {
-+ .has_phy = 1,
-+ .phy_id = 0,
-+ .force_speed_100 = 1,
-+ .force_duplex_full = 1,
++ .has_phy = 1,
++ .phy_id = 0,
++ .force_speed_100 = 1,
++ .force_duplex_full = 1,
+ },
+};
#endif /* CONFIG_BCM63XX_CPU_6345 */
/*
-@@ -1289,6 +1303,7 @@ static const struct board_info __initcon
+@@ -1258,6 +1271,7 @@ static const struct board_info __initcon
#endif /* CONFIG_BCM63XX_CPU_6338 */
#ifdef CONFIG_BCM63XX_CPU_6345
&board_96345gw2,
@@ -29,7 +28,7 @@
#endif /* CONFIG_BCM63XX_CPU_6345 */
#ifdef CONFIG_BCM63XX_CPU_6348
&board_96348r,
-@@ -1356,6 +1371,7 @@ static struct of_device_id const bcm963x
+@@ -1325,6 +1339,7 @@ static struct of_device_id const bcm963x
#endif
#ifdef CONFIG_BCM63XX_CPU_6345
{ .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },