aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch')
-rw-r--r--target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch49
1 files changed, 24 insertions, 25 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch b/target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch
index ad3e689802..f982660efd 100644
--- a/target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch
+++ b/target/linux/bcm63xx/patches-5.4/522-board_dsl_274xb_rev_f.patch
@@ -10,51 +10,50 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -126,6 +126,51 @@ static struct board_info __initdata boar
+@@ -124,6 +124,50 @@ static struct board_info __initdata boar
},
},
};
+
+static struct board_info __initdata board_dsl_274xb_f1 = {
-+ .name = "AW4339U",
-+ .expected_cpu_id = 0x6328,
++ .name = "AW4339U",
++ .expected_cpu_id = 0x6328,
+
-+ .has_pci = 1,
++ .has_pci = 1,
+
-+ .has_caldata = 1,
++ .has_caldata = 1,
+ .caldata = {
+ {
-+ .vendor = PCI_VENDOR_ID_ATHEROS,
-+ .caldata_offset = 0x7d1000,
-+ .slot = 0,
-+ .led_pin = -1,
-+ .led_active_high = 1,
++ .vendor = PCI_VENDOR_ID_ATHEROS,
++ .caldata_offset = 0x7d1000,
++ .slot = 0,
++ .led_pin = -1,
++ .led_active_high = 1,
+ },
+ },
+
-+ .has_enetsw = 1,
-+
++ .has_enetsw = 1,
+ .enetsw = {
+ .used_ports = {
+ [0] = {
-+ .used = 1,
++ .used = 1,
+ .phy_id = 1,
-+ .name = "Port 4",
++ .name = "Port 4",
+ },
+ [1] = {
-+ .used = 1,
-+ .phy_id = 2,
-+ .name = "Port 3",
++ .used = 1,
++ .phy_id = 2,
++ .name = "Port 3",
+ },
+ [2] = {
-+ .used = 1,
-+ .phy_id = 3,
-+ .name = "Port 2",
++ .used = 1,
++ .phy_id = 3,
++ .name = "Port 2",
+ },
+ [3] = {
-+ .used = 1,
-+ .phy_id = 4,
-+ .name = "Port 1",
++ .used = 1,
++ .phy_id = 4,
++ .name = "Port 1",
+ },
+ },
+ },
@@ -62,7 +61,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
#endif /* CONFIG_BCM63XX_CPU_6328 */
/*
-@@ -951,6 +996,7 @@ static const struct board_info __initcon
+@@ -925,6 +969,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,
&board_963281TAN,
@@ -70,7 +69,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
#endif /* CONFIG_BCM63XX_CPU_6328 */
#ifdef CONFIG_BCM63XX_CPU_6338
&board_96338gw,
-@@ -1007,6 +1053,7 @@ static struct of_device_id const bcm963x
+@@ -981,6 +1026,7 @@ static struct of_device_id const bcm963x
#ifdef CONFIG_BCM63XX_CPU_6328
{ .compatible = "brcm,bcm963281tan", .data = &board_963281TAN, },
{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },