bcm63xx: merge RTA770BW and RTA770W board patches
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 7 Aug 2020 08:30:07 +0000 (10:30 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 7 Aug 2020 08:34:31 +0000 (10:34 +0200)
The only difference between both boards is the DSL annex.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
39 files changed:
target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch [deleted file]
target/linux/bcm63xx/patches-5.4/531-board_rta770bw_rta770w.patch [new file with mode: 0644]
target/linux/bcm63xx/patches-5.4/532-board_hw556.patch
target/linux/bcm63xx/patches-5.4/533-board_rta770w.patch [deleted file]
target/linux/bcm63xx/patches-5.4/534-board_fast2704.patch
target/linux/bcm63xx/patches-5.4/535-board_fast2504n.patch
target/linux/bcm63xx/patches-5.4/536-board_96318ref.patch
target/linux/bcm63xx/patches-5.4/537-board_96318ref_p300.patch
target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch
target/linux/bcm63xx/patches-5.4/539-board_AR1004G.patch
target/linux/bcm63xx/patches-5.4/540-board_vw6339gu.patch
target/linux/bcm63xx/patches-5.4/541-board_963268gu_p300.patch
target/linux/bcm63xx/patches-5.4/542-board_WAP-5813n.patch
target/linux/bcm63xx/patches-5.4/543-board_VR-3025u.patch
target/linux/bcm63xx/patches-5.4/544-board_VR-3025un.patch
target/linux/bcm63xx/patches-5.4/545-board_P870HW-51a_v2.patch
target/linux/bcm63xx/patches-5.4/546-board_hw520.patch
target/linux/bcm63xx/patches-5.4/547-board_A4001N.patch
target/linux/bcm63xx/patches-5.4/548-board_dsl-2751b_e1.patch
target/linux/bcm63xx/patches-5.4/549-board_DGND3700v1_3800B.patch
target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch
target/linux/bcm63xx/patches-5.4/551-board_HG655b.patch
target/linux/bcm63xx/patches-5.4/552-board_fast2704n.patch
target/linux/bcm63xx/patches-5.4/553-board_VR-3026e.patch
target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch
target/linux/bcm63xx/patches-5.4/555-board_HG622.patch
target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch
target/linux/bcm63xx/patches-5.4/557-board_AV4202N.patch
target/linux/bcm63xx/patches-5.4/558-board_VH4032N.patch
target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch
target/linux/bcm63xx/patches-5.4/560-board_AR-5315u.patch
target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch
target/linux/bcm63xx/patches-5.4/562-board_sr102.patch
target/linux/bcm63xx/patches-5.4/563-board-VR-3032u.patch
target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch
target/linux/bcm63xx/patches-5.4/565-board-VG-8050.patch
target/linux/bcm63xx/patches-5.4/566-board-HG253s-v2.patch
target/linux/bcm63xx/patches-5.4/567-board-adb_pdg-a4001n-a-000-1a1-ax.patch
target/linux/bcm63xx/patches-5.4/568-board-H500s.patch

diff --git a/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch b/target/linux/bcm63xx/patches-5.4/531-board_rta770bw.patch
deleted file mode 100644 (file)
index 2d3e39b..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
-+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -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,
-+      .enet0 = {
-+              .has_phy = 1,
-+              .phy_id = 0,
-+              .force_speed_100 = 1,
-+              .force_duplex_full = 1,
-+      },
-+};
- #endif /* CONFIG_BCM63XX_CPU_6345 */
- /*
-@@ -1256,6 +1269,7 @@ static const struct board_info __initcon
- #endif /* CONFIG_BCM63XX_CPU_6338 */
- #ifdef CONFIG_BCM63XX_CPU_6345
-       &board_96345gw2,
-+      &board_rta770bw,
- #endif /* CONFIG_BCM63XX_CPU_6345 */
- #ifdef CONFIG_BCM63XX_CPU_6348
-       &board_96348r,
-@@ -1323,6 +1337,7 @@ static struct of_device_id const bcm963x
- #endif
- #ifdef CONFIG_BCM63XX_CPU_6345
-       { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
-+      { .compatible = "dynalink,rta770bw", .data = &board_rta770bw, },
- #endif
- #ifdef CONFIG_BCM63XX_CPU_6348
-       { .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
diff --git a/target/linux/bcm63xx/patches-5.4/531-board_rta770bw_rta770w.patch b/target/linux/bcm63xx/patches-5.4/531-board_rta770bw_rta770w.patch
new file mode 100644 (file)
index 0000000..dcf5320
--- /dev/null
@@ -0,0 +1,39 @@
+--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
+@@ -406,6 +406,19 @@ static struct board_info __initdata boar
+       .name                           = "96345GW2",
+       .expected_cpu_id                = 0x6345,
+ };
++
++static struct board_info __initdata board_rta770w = {
++      .name = "RTA770BW",
++      .expected_cpu_id = 0x6345,
++
++      .has_enet0 = 1,
++      .enet0 = {
++              .has_phy = 1,
++              .phy_id = 0,
++              .force_speed_100 = 1,
++              .force_duplex_full = 1,
++      },
++};
+ #endif /* CONFIG_BCM63XX_CPU_6345 */
+ /*
+@@ -1256,6 +1269,7 @@ static const struct board_info __initcon
+ #endif /* CONFIG_BCM63XX_CPU_6338 */
+ #ifdef CONFIG_BCM63XX_CPU_6345
+       &board_96345gw2,
++      &board_rta770w,
+ #endif /* CONFIG_BCM63XX_CPU_6345 */
+ #ifdef CONFIG_BCM63XX_CPU_6348
+       &board_96348r,
+@@ -1323,6 +1337,8 @@ static struct of_device_id const bcm963x
+ #endif
+ #ifdef CONFIG_BCM63XX_CPU_6345
+       { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
++      { .compatible = "dynalink,rta770bw", .data = &board_rta770w, },
++      { .compatible = "dynalink,rta770w", .data = &board_rta770w, },
+ #endif
+ #ifdef CONFIG_BCM63XX_CPU_6348
+       { .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
index deab30731916ffe307c962ab9e4f02c38324a51c..49d2858c7de1ba6eda5ef33a5367abc48cfd14de 100644 (file)
        &board_spw303v,
        &board_DVAG3810BN,
  #endif /* CONFIG_BCM63XX_CPU_6358 */
-@@ -1374,6 +1466,9 @@ static struct of_device_id const bcm963x
+@@ -1375,6 +1467,9 @@ static struct of_device_id const bcm963x
        { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
        { .compatible = "d-link,dva-g3810bn-tl", .data = &board_DVAG3810BN, },
        { .compatible = "huawei,echolife-hg553", .data = &board_HW553, },
diff --git a/target/linux/bcm63xx/patches-5.4/533-board_rta770w.patch b/target/linux/bcm63xx/patches-5.4/533-board_rta770w.patch
deleted file mode 100644 (file)
index ce6cda7..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
-+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -420,6 +420,24 @@ static struct board_info __initdata boar
-               .force_duplex_full = 1,
-       },
- };
-+
-+// Actually this board is the very same as the rta770bw,
-+// where the additional 'b' within the name just
-+// just indicates 'Annex B'. The ADSL Modem itself is able
-+// to handle both Annex A as well as Annex B -
-+// the loaded firmware makes the only difference
-+static struct board_info __initdata board_rta770w = {
-+      .name = "RTA770W",
-+      .expected_cpu_id = 0x6345,
-+
-+      .has_enet0 = 1,
-+      .enet0 = {
-+              .has_phy = 1,
-+              .phy_id = 0,
-+              .force_speed_100 = 1,
-+              .force_duplex_full = 1,
-+      },
-+};
- #endif /* CONFIG_BCM63XX_CPU_6345 */
- /*
-@@ -1359,6 +1377,7 @@ static const struct board_info __initcon
- #ifdef CONFIG_BCM63XX_CPU_6345
-       &board_96345gw2,
-       &board_rta770bw,
-+      &board_rta770w,
- #endif /* CONFIG_BCM63XX_CPU_6345 */
- #ifdef CONFIG_BCM63XX_CPU_6348
-       &board_96348r,
-@@ -1430,6 +1449,7 @@ static struct of_device_id const bcm963x
- #ifdef CONFIG_BCM63XX_CPU_6345
-       { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
-       { .compatible = "dynalink,rta770bw", .data = &board_rta770bw, },
-+      { .compatible = "dynalink,rta770w", .data = &board_rta770w, },
- #endif
- #ifdef CONFIG_BCM63XX_CPU_6348
-       { .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
index fde3b601f663ae87cc9ec7a91df4859a01904c41..6071c8bbdd4747632b8cb342fd54a253b10bd561 100644 (file)
@@ -55,7 +55,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -1367,6 +1403,7 @@ static const struct board_info __initcon
+@@ -1349,6 +1385,7 @@ static const struct board_info __initcon
        &board_963281TAN,
        &board_A4001N1,
        &board_dsl_274xb_f1,
@@ -63,7 +63,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
-@@ -1439,6 +1476,7 @@ static struct of_device_id const bcm963x
+@@ -1420,6 +1457,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
        { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
        { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
index 5974e9a159d34f2a157f420ef0189e8bd71bc1f0..13063604a704c6cca1fb6e2907643c5c2b135b38 100644 (file)
@@ -6,7 +6,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
 ---
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1306,6 +1306,37 @@ static struct board_info __initdata boar
+@@ -1288,6 +1288,37 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -44,7 +44,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  
  /*
-@@ -1457,6 +1488,7 @@ static const struct board_info __initcon
+@@ -1438,6 +1469,7 @@ static const struct board_info __initcon
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  #ifdef CONFIG_BCM63XX_CPU_6362
        &board_nb6,
@@ -52,7 +52,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
-@@ -1537,6 +1569,7 @@ static struct of_device_id const bcm963x
+@@ -1518,6 +1550,7 @@ static struct of_device_id const bcm963x
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6362
index 46955477382291a9619ee06af5e293bd98237c66..17cf1d1fba2a42072938675ebfeae0f891de1b19 100644 (file)
@@ -54,7 +54,7 @@
   * known 6328 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6328
-@@ -1427,6 +1474,9 @@ static const struct board_info __initcon
+@@ -1409,6 +1456,9 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_3368
        &board_cvg834g,
  #endif /* CONFIG_BCM63XX_CPU_3368 */
@@ -64,7 +64,7 @@
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_AR5381u,
-@@ -1501,6 +1551,9 @@ static struct of_device_id const bcm963x
+@@ -1482,6 +1532,9 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_3368
        { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
  #endif
index d585759707b449373f2167c28bf8050f22692642..3abb9644c562bc6ff9923ce41e903f4702f64841 100644 (file)
@@ -49,7 +49,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -1476,6 +1518,7 @@ static const struct board_info __initcon
+@@ -1458,6 +1500,7 @@ static const struct board_info __initcon
  #endif /* CONFIG_BCM63XX_CPU_3368 */
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
@@ -57,7 +57,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
-@@ -1553,6 +1596,7 @@ static struct of_device_id const bcm963x
+@@ -1534,6 +1577,7 @@ static struct of_device_id const bcm963x
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6318
        { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
index d7a3484a3bc44d1cc2c9f111dd7e77e1067d5be4..d3b1c79cfd404c3ef7d1743ca0ce36e2daf195f3 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1510,6 +1510,46 @@ static struct board_info __initdata boar
+@@ -1492,6 +1492,46 @@ static struct board_info __initdata boar
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
@@ -47,7 +47,7 @@
   * all boards
   */
  static const struct board_info __initconst *bcm963xx_boards[] = {
-@@ -1587,6 +1627,9 @@ static const struct board_info __initcon
+@@ -1568,6 +1608,9 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
  #endif /* CONFIG_BCM63XX_CPU_6368 */
@@ -57,7 +57,7 @@
  };
  
  static struct of_device_id const bcm963xx_boards_dt[] = {
-@@ -1674,6 +1717,7 @@ static struct of_device_id const bcm963x
+@@ -1655,6 +1698,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
index 07594670b1c6e19ebe5117dd6b7f303c89985e45..34cc2555eb69cc891635beb691c4bc0597982a20 100644 (file)
@@ -8,7 +8,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
 ---
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -635,6 +635,21 @@ static struct board_info __initdata boar
+@@ -617,6 +617,21 @@ static struct board_info __initdata boar
        .has_ehci0 = 1,
  };
  
@@ -30,7 +30,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
  /* BT Voyager 2110 */
  static struct board_info __initdata board_V2110 = {
        .name = "V2110",
-@@ -1601,6 +1616,7 @@ static const struct board_info __initcon
+@@ -1582,6 +1597,7 @@ static const struct board_info __initcon
        &board_96348A_122,
        &board_CPVA502plus,
        &board_96348W3,
@@ -38,7 +38,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
  #endif /* CONFIG_BCM63XX_CPU_6348 */
  #ifdef CONFIG_BCM63XX_CPU_6358
        &board_96358vw,
-@@ -1662,6 +1678,7 @@ static struct of_device_id const bcm963x
+@@ -1643,6 +1659,7 @@ static struct of_device_id const bcm963x
        { .compatible = "dynalink,rta770w", .data = &board_rta770w, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6348
index 34305061fc6fa32f923b1f7228aea13ebf497990..4e6ea9dcd9cee5ac2576990aa45d242fd05ba9fc 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1562,6 +1562,48 @@ static struct board_info __initdata boar
+@@ -1544,6 +1544,48 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -49,7 +49,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  
  /*
-@@ -1645,6 +1687,7 @@ static const struct board_info __initcon
+@@ -1626,6 +1668,7 @@ static const struct board_info __initcon
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963269bhr,
@@ -57,7 +57,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  };
  
-@@ -1735,6 +1778,7 @@ static struct of_device_id const bcm963x
+@@ -1716,6 +1759,7 @@ static struct of_device_id const bcm963x
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
        { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
index 3ac749e00b3f1d8c6cddf1f007aacfac50c837b4..ec0642d35859396445cd0652555b943637474015 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1528,6 +1528,65 @@ static struct board_info __initdata boar
+@@ -1510,6 +1510,65 @@ static struct board_info __initdata boar
   * known 63268/63269 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_63268
@@ -66,7 +66,7 @@
  static struct board_info __initdata board_963269bhr = {
        .name = "963269BHR",
        .expected_cpu_id = 0x63268,
-@@ -1686,6 +1745,7 @@ static const struct board_info __initcon
+@@ -1667,6 +1726,7 @@ static const struct board_info __initcon
        &board_96368mvngr,
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  #ifdef CONFIG_BCM63XX_CPU_63268
@@ -74,7 +74,7 @@
        &board_963269bhr,
        &board_vw6339gu,
  #endif /* CONFIG_BCM63XX_CPU_63268 */
-@@ -1777,6 +1837,7 @@ static struct of_device_id const bcm963x
+@@ -1758,6 +1818,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
index 0a76ae16f3a8a2eb69859d788b0046cc6a2c3f1a..9b31e5bca8bd22cab410d08f7d7d0fa5f16f1eeb 100644 (file)
@@ -9,7 +9,7 @@
  #include <asm/addrspace.h>
  #include <bcm63xx_board.h>
  #include <bcm63xx_cpu.h>
-@@ -1522,6 +1524,47 @@ static struct board_info __initdata boar
+@@ -1504,6 +1506,47 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -57,7 +57,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
-@@ -1743,6 +1786,7 @@ static const struct board_info __initcon
+@@ -1724,6 +1767,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -65,7 +65,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963268bu_p300,
-@@ -1835,6 +1879,7 @@ static struct of_device_id const bcm963x
+@@ -1816,6 +1860,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_6368
        { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
index d81264f4e3bbd0c2aa361fc3d75839a1291f3842..a12ff5f29dd7f36c68585e17989e125468715d94 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1525,6 +1525,59 @@ static struct board_info __initdata boar
+@@ -1507,6 +1507,59 @@ static struct board_info __initdata boar
        },
  };
  
@@ -60,7 +60,7 @@
  static struct sprom_fixup __initdata wap5813n_fixups[] = {
        { .offset = 97, .value = 0xfeed },
        { .offset = 98, .value = 0x15d1 },
-@@ -1786,6 +1839,7 @@ static const struct board_info __initcon
+@@ -1767,6 +1820,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -68,7 +68,7 @@
        &board_WAP5813n,
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  #ifdef CONFIG_BCM63XX_CPU_63268
-@@ -1879,6 +1933,7 @@ static struct of_device_id const bcm963x
+@@ -1860,6 +1914,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_6368
        { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
index c62ee0e67b983ac6cdfe2c0dba661f294b299c5b..095c96be7b4f67386f4522e1ed3e5be3b9ef555f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1578,6 +1578,59 @@ static struct board_info __initdata boar
+@@ -1560,6 +1560,59 @@ static struct board_info __initdata boar
        },
  };
  
@@ -60,7 +60,7 @@
  static struct sprom_fixup __initdata wap5813n_fixups[] = {
        { .offset = 97, .value = 0xfeed },
        { .offset = 98, .value = 0x15d1 },
-@@ -1840,6 +1893,7 @@ static const struct board_info __initcon
+@@ -1821,6 +1874,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_VR3025u,
@@ -68,7 +68,7 @@
        &board_WAP5813n,
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  #ifdef CONFIG_BCM63XX_CPU_63268
-@@ -1934,6 +1988,7 @@ static struct of_device_id const bcm963x
+@@ -1915,6 +1969,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
        { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
index 285703be70726031ef0685fde9b210000f51df91..23599a93201673f861ccde14518dd06ba81c6dd9 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1534,6 +1534,48 @@ static struct sprom_fixup __initdata vr3
+@@ -1516,6 +1516,48 @@ static struct sprom_fixup __initdata vr3
        { .offset = 115, .value = 0xfad9 },
  };
  
@@ -49,7 +49,7 @@
  static struct board_info __initdata board_VR3025u = {
        .name = "96368M-1541N",
        .expected_cpu_id = 0x6368,
-@@ -1892,6 +1934,7 @@ static const struct board_info __initcon
+@@ -1873,6 +1915,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -57,7 +57,7 @@
        &board_VR3025u,
        &board_VR3025un,
        &board_WAP5813n,
-@@ -1990,6 +2033,7 @@ static struct of_device_id const bcm963x
+@@ -1971,6 +2014,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
        { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
        { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
index 59601ebac53bedb321cb6660303b4529e72e9a4f..a29f9bd5732bd6e4588dfae44fee556e9b45be4c 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1236,6 +1236,36 @@ static struct board_info __initdata boar
+@@ -1218,6 +1218,36 @@ static struct board_info __initdata boar
        },
  };
  
@@ -37,7 +37,7 @@
  static struct board_info __initdata board_HW553 = {
        .name = "HW553",
        .expected_cpu_id = 0x6358,
-@@ -1920,6 +1950,7 @@ static const struct board_info __initcon
+@@ -1901,6 +1931,7 @@ static const struct board_info __initcon
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,
        &board_ct6373_1,
@@ -45,7 +45,7 @@
        &board_HW553,
        &board_HW556_A,
        &board_HW556_B,
-@@ -2010,6 +2041,7 @@ static struct of_device_id const bcm963x
+@@ -1991,6 +2022,7 @@ static struct of_device_id const bcm963x
        { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
        { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
        { .compatible = "d-link,dva-g3810bn-tl", .data = &board_DVAG3810BN, },
index 2655064454865023af1f87b0d4524e5e5cb6b5e9..303cdbfd0b752b4abdcc2c4e938891bc575ac3e1 100644 (file)
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_A4001N1 = {
        .name = "963281T_TEF",
        .expected_cpu_id = 0x6328,
-@@ -1902,6 +1945,7 @@ static const struct board_info __initcon
+@@ -1884,6 +1927,7 @@ static const struct board_info __initcon
        &board_AR5381u,
        &board_AR5387un,
        &board_963281TAN,
@@ -58,7 +58,7 @@
        &board_A4001N1,
        &board_dsl_274xb_f1,
        &board_FAST2704V2,
-@@ -1987,6 +2031,7 @@ static struct of_device_id const bcm963x
+@@ -1968,6 +2012,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
index 5b739ebe6476b32d44bdb13fac5711bb07edd5db..6b27bf9f5bf4a89049a181efa6090c53b5d8c4f5 100644 (file)
@@ -73,7 +73,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -1939,6 +2005,7 @@ static const struct board_info __initcon
+@@ -1921,6 +1987,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
        &board_96318ref_p300,
@@ -81,7 +81,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
-@@ -2029,6 +2096,7 @@ static struct of_device_id const bcm963x
+@@ -2010,6 +2077,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_6318
        { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
        { .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
index c355cfbccfece44bcf40647a3417b7071fb7d638..1ceb59db78ae2db6f86bd99533c3994a1e93f20b 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1664,6 +1664,30 @@ static struct board_info __initdata boar
+@@ -1646,6 +1646,30 @@ static struct board_info __initdata boar
        },
  };
  
@@ -31,7 +31,7 @@
  static struct sprom_fixup __initdata vr3025u_fixups[] = {
        { .offset = 97, .value = 0xfeb3 },
        { .offset = 98, .value = 0x1618 },
-@@ -2076,6 +2100,7 @@ static const struct board_info __initcon
+@@ -2057,6 +2081,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -39,7 +39,7 @@
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
-@@ -2178,6 +2203,7 @@ static struct of_device_id const bcm963x
+@@ -2159,6 +2184,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
        { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
        { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
index d06a4c5dab91d212a93d89a9894f9881267e156c..25d644fa8d6e47eff5259a7ee36a3bfa51fab34e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1345,6 +1345,31 @@ static struct board_info __initdata boar
+@@ -1327,6 +1327,31 @@ static struct board_info __initdata boar
        },
  };
  
@@ -32,7 +32,7 @@
  static struct board_info __initdata board_HW520 = {
        .name = "HW6358GW_B",
        .expected_cpu_id = 0x6358,
-@@ -2085,6 +2110,7 @@ static const struct board_info __initcon
+@@ -2066,6 +2091,7 @@ static const struct board_info __initcon
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,
        &board_ct6373_1,
@@ -40,7 +40,7 @@
        &board_HW520,
        &board_HW553,
        &board_HW556_A,
-@@ -2192,6 +2218,7 @@ static struct of_device_id const bcm963x
+@@ -2173,6 +2199,7 @@ static struct of_device_id const bcm963x
        { .compatible = "sfr,neufbox-4-foxconn-r1", .data = &board_nb4_fxc_r1, },
        { .compatible = "t-com,speedport-w-303v", .data = &board_spw303v, },
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
index cc298851a66189b90192629d49c9c70adf9c361d..2678534a602c9113ff75d84d9b4d284e785b1bc9 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1713,6 +1713,52 @@ static struct board_info __initdata boar
+@@ -1695,6 +1695,52 @@ static struct board_info __initdata boar
        },
  };
  
@@ -53,7 +53,7 @@
  static struct sprom_fixup __initdata vr3025u_fixups[] = {
        { .offset = 97, .value = 0xfeb3 },
        { .offset = 98, .value = 0x1618 },
-@@ -2127,6 +2173,7 @@ static const struct board_info __initcon
+@@ -2108,6 +2154,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
@@ -61,7 +61,7 @@
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
-@@ -2230,6 +2277,7 @@ static struct of_device_id const bcm963x
+@@ -2211,6 +2258,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
        { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
        { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
index e7b6a21fb2c1ec1a891c948a8ebf1e3b561d3dcb..06d8391590f76d3a9a4023b70f9938f558f43ca1 100644 (file)
@@ -50,7 +50,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -2101,6 +2144,7 @@ static const struct board_info __initcon
+@@ -2083,6 +2126,7 @@ static const struct board_info __initcon
        &board_96318ref,
        &board_96318ref_p300,
        &board_dsl_2751b_d1,
@@ -58,7 +58,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
-@@ -2195,6 +2239,7 @@ static struct of_device_id const bcm963x
+@@ -2176,6 +2220,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
        { .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
        { .compatible = "d-link,dsl-275xb-d1", .data = &board_dsl_2751b_d1, },
index 37538155851ce490e8fa44f329e481758bfa60a8..5b9973932b1f8ef2787e440338d6e4b8c550a8e8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1950,6 +1950,59 @@ static struct board_info __initdata boar
+@@ -1932,6 +1932,59 @@ static struct board_info __initdata boar
        },
  };
  
@@ -60,7 +60,7 @@
  static struct sprom_fixup __initdata wap5813n_fixups[] = {
        { .offset = 97, .value = 0xfeed },
        { .offset = 98, .value = 0x15d1 },
-@@ -2221,6 +2274,7 @@ static const struct board_info __initcon
+@@ -2202,6 +2255,7 @@ static const struct board_info __initcon
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
@@ -68,7 +68,7 @@
        &board_WAP5813n,
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  #ifdef CONFIG_BCM63XX_CPU_63268
-@@ -2321,6 +2375,7 @@ static struct of_device_id const bcm963x
+@@ -2302,6 +2356,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
        { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
        { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
index bf60aa0200cca9a4bc9c6d4f39b33e2a7f863edf..de787cb705d55cde447f7ef952ed206d6f1c22b7 100644 (file)
@@ -51,7 +51,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -2208,6 +2252,7 @@ static const struct board_info __initcon
+@@ -2190,6 +2234,7 @@ static const struct board_info __initcon
        &board_A4001N1,
        &board_dsl_274xb_f1,
        &board_FAST2704V2,
@@ -59,7 +59,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
-@@ -2303,6 +2348,7 @@ static struct of_device_id const bcm963x
+@@ -2284,6 +2329,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
        { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
        { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
index c279210f2d494eb3d50a496b3d6c19272f223b87..13b26fc35ea112b68f1e5b6d5bfa11a190a46250 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1846,6 +1846,52 @@ static struct board_info __initdata boar
+@@ -1828,6 +1828,52 @@ static struct board_info __initdata boar
        },
  };
  
@@ -53,7 +53,7 @@
  static struct sprom_fixup __initdata vr3025u_fixups[] = {
        { .offset = 97, .value = 0xfeb3 },
        { .offset = 98, .value = 0x1618 },
-@@ -2315,6 +2361,7 @@ static const struct board_info __initcon
+@@ -2296,6 +2342,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
@@ -61,7 +61,7 @@
        &board_HG655b,
        &board_P870HW51A_V2,
        &board_VR3025u,
-@@ -2423,6 +2470,7 @@ static struct of_device_id const bcm963x
+@@ -2404,6 +2451,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
        { .compatible = "comtrend,vr-3026e", .data = &board_VR3026e, },
        { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
index 51e6faf09bc19696796b011918c5b8d6ccbbce35..6337419a9a14847fd1d98bd7879dc6e2ccd66e4e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1800,6 +1800,43 @@ static struct board_info __initdata boar
+@@ -1782,6 +1782,43 @@ static struct board_info __initdata boar
        },
  };
  
@@ -44,7 +44,7 @@
  static struct board_info __initdata board_HG655b = {
        .name = "HW65x",
        .expected_cpu_id = 0x6368,
-@@ -2361,6 +2398,7 @@ static const struct board_info __initcon
+@@ -2342,6 +2379,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
@@ -52,7 +52,7 @@
        &board_HG622,
        &board_HG655b,
        &board_P870HW51A_V2,
-@@ -2473,6 +2511,7 @@ static struct of_device_id const bcm963x
+@@ -2454,6 +2492,7 @@ static struct of_device_id const bcm963x
        { .compatible = "huawei,echolife-hg622", .data = &board_HG622, },
        { .compatible = "huawei,echolife-hg655b", .data = &board_HG655b, },
        { .compatible = "netgear,dgnd3700-v1", .data = &board_DGND3700v1_3800B, },
index e8e891be99b5a8672909782fb65895d2c74dcdbc..02c48d7d710fc63b0584fc93c3126584248a8102 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1700,6 +1700,49 @@ static struct board_info __initdata boar
+@@ -1682,6 +1682,49 @@ static struct board_info __initdata boar
   * known 6368 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6368
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_96368mvwg = {
        .name = "96368MVWG",
        .expected_cpu_id = 0x6368,
-@@ -2395,6 +2438,7 @@ static const struct board_info __initcon
+@@ -2376,6 +2419,7 @@ static const struct board_info __initcon
        &board_fast2504n,
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  #ifdef CONFIG_BCM63XX_CPU_6368
@@ -58,7 +58,7 @@
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
-@@ -2502,6 +2546,7 @@ static struct of_device_id const bcm963x
+@@ -2483,6 +2527,7 @@ static struct of_device_id const bcm963x
        { .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6368
index 19f9ef73f7a93bbea4e7f459653a0f9ce0428c71..4de5aff6a87713a3098c85efaa27451507283c4a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2173,6 +2173,106 @@ static struct board_info __initdata boar
+@@ -2155,6 +2155,106 @@ static struct board_info __initdata boar
        },
  };
  
  static struct sprom_fixup __initdata wap5813n_fixups[] = {
        { .offset = 97, .value = 0xfeed },
        { .offset = 98, .value = 0x15d1 },
-@@ -2446,6 +2546,7 @@ static const struct board_info __initcon
+@@ -2427,6 +2527,7 @@ static const struct board_info __initcon
        &board_HG622,
        &board_HG655b,
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
        &board_VR3026e,
-@@ -2557,6 +2658,7 @@ static struct of_device_id const bcm963x
+@@ -2538,6 +2639,7 @@ static struct of_device_id const bcm963x
        { .compatible = "huawei,echolife-hg655b", .data = &board_HG655b, },
        { .compatible = "netgear,dgnd3700-v1", .data = &board_DGND3700v1_3800B, },
        { .compatible = "netgear,evg2000", .data = &board_EVG2000, },
index ae1a748ae794616e10c149f0c390e23982e53933..570ace245c572564de9bb010162ab581609ab71a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2023,6 +2023,29 @@ static struct board_info __initdata boar
+@@ -2005,6 +2005,29 @@ static struct board_info __initdata boar
        },
  };
  
@@ -30,7 +30,7 @@
  static struct board_info __initdata board_VR3025u = {
        .name = "96368M-1541N",
        .expected_cpu_id = 0x6368,
-@@ -2546,6 +2569,7 @@ static const struct board_info __initcon
+@@ -2527,6 +2550,7 @@ static const struct board_info __initcon
        &board_HG622,
        &board_HG655b,
        &board_P870HW51A_V2,
@@ -38,7 +38,7 @@
        &board_VH4032N,
        &board_VR3025u,
        &board_VR3025un,
-@@ -2647,6 +2671,7 @@ static struct of_device_id const bcm963x
+@@ -2628,6 +2652,7 @@ static struct of_device_id const bcm963x
        { .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6368
index 640ee59ec3701fa472d191f042dceab6ad2ea004..9315b556b793ffc06fedbb1cc22d1fc640655404 100644 (file)
@@ -66,7 +66,7 @@
  static struct sprom_fixup __initdata dsl2751b_e1_fixups[] = {
        { .offset = 96, .value = 0x2046 },
        { .offset = 97, .value = 0xfe9d },
-@@ -2489,6 +2548,7 @@ static const struct board_info __initcon
+@@ -2471,6 +2530,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
        &board_96318ref_p300,
@@ -74,7 +74,7 @@
        &board_dsl_2751b_d1,
        &board_FAST2704N,
  #endif /* CONFIG_BCM63XX_CPU_6318 */
-@@ -2591,6 +2651,7 @@ static struct of_device_id const bcm963x
+@@ -2572,6 +2632,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_6318
        { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
        { .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
index 28a0a7b468796f0a879c89483398dc4e72995502..8c62a9c16d35d6ef755e5709479594420a57170b 100644 (file)
@@ -72,7 +72,7 @@
  static struct sprom_fixup __initdata ar5381u_fixups[] = {
        { .offset = 97, .value = 0xfee5 },
        { .offset = 98, .value = 0x157c },
-@@ -2554,6 +2619,7 @@ static const struct board_info __initcon
+@@ -2536,6 +2601,7 @@ static const struct board_info __initcon
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
@@ -80,7 +80,7 @@
        &board_AR5381u,
        &board_AR5387un,
        &board_963281TAN,
-@@ -2665,6 +2731,8 @@ static struct of_device_id const bcm963x
+@@ -2646,6 +2712,8 @@ static struct of_device_id const bcm963x
        { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
        { .compatible = "nucom,r5010un-v2", .data = &board_R5010UNV2, },
        { .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, },
index 6c9a05c9d8d19519d0ae819cfffffbae7b2af8ed..3ac5aef937cf533cd7f20e4453cb41f0bdbe708c 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2601,6 +2601,42 @@ static struct board_info __initdata boar
+@@ -2583,6 +2583,42 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -43,7 +43,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  
  /*
-@@ -2706,6 +2742,7 @@ static const struct board_info __initcon
+@@ -2687,6 +2723,7 @@ static const struct board_info __initcon
        &board_963268bu_p300,
        &board_963269bhr,
        &board_vw6339gu,
@@ -51,7 +51,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  };
  
-@@ -2819,6 +2856,7 @@ static struct of_device_id const bcm963x
+@@ -2800,6 +2837,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
        { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
        { .compatible = "inteno,vg50", .data = &board_vw6339gu, },
index 5df94067a9d143f0d553d2a0e0f75da38985be25..c40b23fdb8dfe4c1b5edf76c1668d6b20b8b0504 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2560,6 +2560,41 @@ static struct board_info __initdata boar
+@@ -2542,6 +2542,41 @@ static struct board_info __initdata boar
        },
  };
  
@@ -42,7 +42,7 @@
  static struct board_info __initdata board_vw6339gu = {
        .name = "VW6339GU",
        .expected_cpu_id = 0x63268,
-@@ -2741,6 +2776,7 @@ static const struct board_info __initcon
+@@ -2722,6 +2757,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963268bu_p300,
        &board_963269bhr,
@@ -50,7 +50,7 @@
        &board_vw6339gu,
        &board_BSKYB_63168,
  #endif /* CONFIG_BCM63XX_CPU_63268 */
-@@ -2855,6 +2891,7 @@ static struct of_device_id const bcm963x
+@@ -2836,6 +2872,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_63268
        { .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
        { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
index 74739baf9fb528791332a1027978d5d0b327e911..de37a8b7091afaa56cc56eb54ec079084cc3a772 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1788,6 +1788,30 @@ static struct board_info __initdata boar
+@@ -1770,6 +1770,30 @@ static struct board_info __initdata boar
        },
  };
  
@@ -31,7 +31,7 @@
  static struct board_info __initdata board_fast2504n = {
        .name = "F@ST2504n",
        .expected_cpu_id = 0x6362,
-@@ -2755,6 +2779,7 @@ static const struct board_info __initcon
+@@ -2736,6 +2760,7 @@ static const struct board_info __initcon
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  #ifdef CONFIG_BCM63XX_CPU_6362
        &board_nb6,
@@ -39,7 +39,7 @@
        &board_fast2504n,
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  #ifdef CONFIG_BCM63XX_CPU_6368
-@@ -2869,6 +2894,7 @@ static struct of_device_id const bcm963x
+@@ -2850,6 +2875,7 @@ static struct of_device_id const bcm963x
        { .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6362
index 0cf2fbb3249bcf97bf0b530988af6712c2caf126..fa0cd6aef035a99a8a8bf750f6352a2f8b8a50fa 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2584,6 +2584,31 @@ static struct board_info __initdata boar
+@@ -2566,6 +2566,31 @@ static struct board_info __initdata boar
        },
  };
  
@@ -32,7 +32,7 @@
  static struct board_info __initdata board_VR3032u = {
        .name = "963168M-1841N1",
        .expected_cpu_id = 0x63268,
-@@ -2801,6 +2826,7 @@ static const struct board_info __initcon
+@@ -2782,6 +2807,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963268bu_p300,
        &board_963269bhr,
@@ -40,7 +40,7 @@
        &board_VR3032u,
        &board_vw6339gu,
        &board_BSKYB_63168,
-@@ -2917,6 +2943,7 @@ static struct of_device_id const bcm963x
+@@ -2898,6 +2924,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_63268
        { .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
        { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
index 8fd559fdb98d1f3fb920785b3a72109331610277..80ce2d38531119c4630ddbf948ac4fdd2d265089 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1842,6 +1842,37 @@ static struct board_info __initdata boar
+@@ -1824,6 +1824,37 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -38,7 +38,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  
  /*
-@@ -2806,6 +2837,7 @@ static const struct board_info __initcon
+@@ -2787,6 +2818,7 @@ static const struct board_info __initcon
        &board_nb6,
        &board_dgnd3700v2,
        &board_fast2504n,
@@ -46,7 +46,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_AV4202N,
-@@ -2920,6 +2952,7 @@ static struct of_device_id const bcm963x
+@@ -2901,6 +2933,7 @@ static struct of_device_id const bcm963x
        { .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6362
index 04d70d59ac9446c485655bb7464bd70b80145712..dec14545fe3b271f1ca461edc14b99a1896ca83a 100644 (file)
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_A4001N1 = {
        .name = "963281T_TEF",
        .expected_cpu_id = 0x6328,
-@@ -2775,6 +2818,7 @@ static const struct board_info __initcon
+@@ -2757,6 +2800,7 @@ static const struct board_info __initcon
        &board_AR5387un,
        &board_963281TAN,
        &board_A4001N,
@@ -58,7 +58,7 @@
        &board_A4001N1,
        &board_dsl_274xb_f1,
        &board_FAST2704V2,
-@@ -2880,6 +2924,7 @@ static struct of_device_id const bcm963x
+@@ -2861,6 +2905,7 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_6328
        { .compatible = "adb,a4001n", .data = &board_A4001N, },
        { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
index c719ef556a1132db2dc0e6c802e7941e36a44baa..a2c08a78f542e3d7cad66cc18c35d847ec622984 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2795,6 +2795,36 @@ static struct board_info __initdata boar
+@@ -2777,6 +2777,36 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -37,7 +37,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  
  /*
-@@ -2906,6 +2936,7 @@ static const struct board_info __initcon
+@@ -2887,6 +2917,7 @@ static const struct board_info __initcon
        &board_VR3032u,
        &board_vw6339gu,
        &board_BSKYB_63168,
@@ -45,7 +45,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  };
  
-@@ -3024,6 +3055,8 @@ static struct of_device_id const bcm963x
+@@ -3005,6 +3036,8 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,vg-8050", .data = &board_VG8050, },
        { .compatible = "comtrend,vr-3032u", .data = &board_VR3032u, },
        { .compatible = "inteno,vg50", .data = &board_vw6339gu, },