brcm63xx: CPVA502+: add SPROM wifi
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Tue, 14 Feb 2017 15:37:18 +0000 (16:37 +0100)
committerJonas Gorski <jonas.gorski@gmail.com>
Tue, 28 Feb 2017 12:18:28 +0000 (13:18 +0100)
Add SPROM wifi to the kernel board data.

After this fix, the wifi won't work anyway due the lack
of RAM memory (16 MB). It will throw a kernel panic
when loading the b43 drivers.

Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
42 files changed:
target/linux/brcm63xx/patches-4.4/519_board_CPVA502plus.patch
target/linux/brcm63xx/patches-4.4/520-bcm63xx-add-support-for-96368MVWG-board.patch
target/linux/brcm63xx/patches-4.4/521-bcm63xx-add-support-for-96368MVNgr-board.patch
target/linux/brcm63xx/patches-4.4/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
target/linux/brcm63xx/patches-4.4/524-board_dsl_274xb_rev_f.patch
target/linux/brcm63xx/patches-4.4/525-board_96348w3.patch
target/linux/brcm63xx/patches-4.4/526-board_CT6373-1.patch
target/linux/brcm63xx/patches-4.4/527-board_dva-g3810bn-tl-1.patch
target/linux/brcm63xx/patches-4.4/528-board_nb6.patch
target/linux/brcm63xx/patches-4.4/529-board_fast2604.patch
target/linux/brcm63xx/patches-4.4/530-board_A4001N1.patch
target/linux/brcm63xx/patches-4.4/531-board_AR-5387un.patch
target/linux/brcm63xx/patches-4.4/532-board_AR-5381u.patch
target/linux/brcm63xx/patches-4.4/533-board_rta770bw.patch
target/linux/brcm63xx/patches-4.4/534-board_hw556.patch
target/linux/brcm63xx/patches-4.4/535-board_rta770w.patch
target/linux/brcm63xx/patches-4.4/536-board_fast2704.patch
target/linux/brcm63xx/patches-4.4/537-board_fast2504n.patch
target/linux/brcm63xx/patches-4.4/550-MIPS-BCM63XX-remove-leds-and-buttons.patch
target/linux/brcm63xx/patches-4.4/555-board_96318ref.patch
target/linux/brcm63xx/patches-4.4/556-board_96318ref_p300.patch
target/linux/brcm63xx/patches-4.4/557-board_bcm963269bhr.patch
target/linux/brcm63xx/patches-4.4/558-board_AR1004G.patch
target/linux/brcm63xx/patches-4.4/559-board_vw6339gu.patch
target/linux/brcm63xx/patches-4.4/560-board_963268gu_p300.patch
target/linux/brcm63xx/patches-4.4/561-board_WAP-5813n.patch
target/linux/brcm63xx/patches-4.4/562-board_VR-3025u.patch
target/linux/brcm63xx/patches-4.4/563-board_VR-3025un.patch
target/linux/brcm63xx/patches-4.4/564-board_P870HW-51a_v2.patch
target/linux/brcm63xx/patches-4.4/565-board_hw520.patch
target/linux/brcm63xx/patches-4.4/566-board_A4001N.patch
target/linux/brcm63xx/patches-4.4/567-board_dsl-2751b_e1.patch
target/linux/brcm63xx/patches-4.4/568-board_DGND3700v1_3800B.patch
target/linux/brcm63xx/patches-4.4/569-board_homehub2a.patch
target/linux/brcm63xx/patches-4.4/570-board_HG655b.patch
target/linux/brcm63xx/patches-4.4/571-board_fast2704n.patch
target/linux/brcm63xx/patches-4.4/572-board_VR-3026e.patch
target/linux/brcm63xx/patches-4.4/573-board_R5010UNv2.patch
target/linux/brcm63xx/patches-4.4/574-board_HG622.patch
target/linux/brcm63xx/patches-4.4/575-board_EVG2000.patch
target/linux/brcm63xx/patches-4.4/576-board_AV4202N.patch
target/linux/brcm63xx/patches-4.4/577-board_VH4032N.patch

index a2cdfa94ab2e5cbd470117dec17061ab7b1f6ccc..5dc69e46807fdb58659205e386d3b8c96c1dd45b 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -429,6 +429,27 @@ static struct board_info __initdata boar
+@@ -429,6 +429,34 @@ static struct board_info __initdata boar
        },
  };
  
@@ -12,6 +12,7 @@
 +      .has_enet0                      = 1,
 +      .has_enet1                      = 1,
 +      .has_pci                        = 1,
++      .use_fallback_sprom             = 1,
 +
 +      .enet0 = {
 +              .has_phy                = 1,
 +
 +      .ephy_reset_gpio                = 4,
 +      .ephy_reset_gpio_flags          = GPIO_ACTIVE_LOW,
++
++      .fallback_sprom = {
++              .type                           = SPROM_BCM4318,
++              .pci_bus                        = 0,
++              .pci_dev                        = 1,
++      },
 +};
  
  static struct board_info __initdata board_ct536_ct5621 = {
        .name                           = "CT536_CT5621",
-@@ -1149,6 +1170,7 @@ static const struct board_info __initcon
+@@ -1149,6 +1177,7 @@ static const struct board_info __initcon
        &board_V2110,
        &board_ct536_ct5621,
        &board_96348A_122,
@@ -36,7 +43,7 @@
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6358
-@@ -1201,6 +1223,7 @@ static struct of_device_id const bcm963x
+@@ -1201,6 +1230,7 @@ static struct of_device_id const bcm963x
        { .compatible = "t-com,spw500v", .data = &board_spw500v, },
        { .compatible = "tecom,gw6000", .data = &board_gw6000, },
        { .compatible = "tecom,gw6200", .data = &board_gw6200, },
index 763e1faa600e0ba8c862a5db833c54c0ac888eb3..a6b9b9faf8dd712e192feb2093ca689a6f83e53b 100644 (file)
@@ -10,7 +10,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1134,6 +1134,59 @@ static struct board_info __initdata boar
+@@ -1141,6 +1141,59 @@ static struct board_info __initdata boar
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  
  /*
@@ -70,7 +70,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
   * all boards
   */
  static const struct board_info __initconst *bcm963xx_boards[] = {
-@@ -1185,6 +1238,10 @@ static const struct board_info __initcon
+@@ -1192,6 +1245,10 @@ static const struct board_info __initcon
        &board_HW553,
        &board_spw303v,
  #endif
@@ -81,7 +81,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
  };
  
  static struct of_device_id const bcm963xx_boards_dt[] = {
-@@ -1245,6 +1302,7 @@ static struct of_device_id const bcm963x
+@@ -1252,6 +1309,7 @@ static struct of_device_id const bcm963x
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6368
index 77bba17e3807423f2ff01ce757d81fcb89ec91d0..0a5cd6c5b40eb6365b8f8697973b410fa5fb7dd7 100644 (file)
@@ -9,7 +9,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1184,6 +1184,46 @@ static struct board_info __initdata boar
+@@ -1191,6 +1191,46 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
@@ -56,7 +56,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
-@@ -1241,6 +1281,7 @@ static const struct board_info __initcon
+@@ -1248,6 +1288,7 @@ static const struct board_info __initcon
  
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
@@ -64,7 +64,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
  #endif
  };
  
-@@ -1302,6 +1343,7 @@ static struct of_device_id const bcm963x
+@@ -1309,6 +1350,7 @@ static struct of_device_id const bcm963x
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6368
index 64c9798132441879ea10a02dedc8e3e27c3a680e..d6f732a88e880087d4ca61967954232dd4a01abe 100644 (file)
@@ -51,7 +51,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -1262,6 +1297,7 @@ static const struct board_info __initcon
+@@ -1269,6 +1304,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
@@ -59,7 +59,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
-@@ -1318,6 +1354,7 @@ static struct of_device_id const bcm963x
+@@ -1325,6 +1361,7 @@ static struct of_device_id const bcm963x
        { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
index a3e3995a205986716da2689b88008e1f0a2e72cd..f89f01f99f41c6eb8ce7424c36a337baa2da9075 100644 (file)
@@ -63,7 +63,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -1298,6 +1344,7 @@ static const struct board_info __initcon
+@@ -1305,6 +1351,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,
@@ -71,7 +71,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
-@@ -1356,6 +1403,7 @@ static struct of_device_id const bcm963x
+@@ -1363,6 +1410,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, },
index c2de926c2f4eae47463d0e3ff26b1cf33beb1e63..7f9b3caa4b3c4e83621f3b1698a667a110a7e025 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -830,6 +830,25 @@ static struct board_info __initdata boar
+@@ -837,6 +837,25 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
  };
  
@@ -26,7 +26,7 @@
  static struct board_info __initdata board_96348_D4PW = {
        .name                           = "D-4P-W",
        .expected_cpu_id                = 0x6348,
-@@ -1374,6 +1393,7 @@ static const struct board_info __initcon
+@@ -1381,6 +1400,7 @@ static const struct board_info __initcon
        &board_ct536_ct5621,
        &board_96348A_122,
        &board_CPVA502plus,
@@ -34,7 +34,7 @@
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6358
-@@ -1429,6 +1449,7 @@ static struct of_device_id const bcm963x
+@@ -1436,6 +1456,7 @@ static struct of_device_id const bcm963x
        { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
        { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
        { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
index f710b2a83a3df011c346cfac5f2b29c6b9fff826..52839a34a96633660376f81558718b7be61a8a55 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1216,6 +1216,31 @@ static struct board_info __initdata boar
+@@ -1223,6 +1223,31 @@ static struct board_info __initdata boar
        .num_usbh_ports                 = 2,
  };
  
@@ -32,7 +32,7 @@
  static struct board_info __initdata board_HW553 = {
        .name                           = "HW553",
        .expected_cpu_id                = 0x6358,
-@@ -1405,6 +1430,7 @@ static const struct board_info __initcon
+@@ -1412,6 +1437,7 @@ static const struct board_info __initcon
        &board_dsl_274xb_rev_c,
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,
@@ -40,7 +40,7 @@
        &board_HW553,
        &board_spw303v,
  #endif
-@@ -1463,6 +1489,7 @@ static struct of_device_id const bcm963x
+@@ -1470,6 +1496,7 @@ static struct of_device_id const bcm963x
        { .compatible = "alcatel,rg100a", .data = &board_96358vw2, },
        { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, },
        { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
index dd8a5dee5c9d724a1bf833df51faac503a463566..7d211f973ff905dc533ea1f38855186710c6a25b 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1283,6 +1283,36 @@ static struct board_info __initdata boar
+@@ -1290,6 +1290,36 @@ static struct board_info __initdata boar
                .use_internal_phy       = 1,
        },
  };
@@ -37,7 +37,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  
  /*
-@@ -1433,6 +1463,7 @@ static const struct board_info __initcon
+@@ -1440,6 +1470,7 @@ static const struct board_info __initcon
        &board_ct6373_1,
        &board_HW553,
        &board_spw303v,
@@ -45,7 +45,7 @@
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6368
-@@ -1492,6 +1523,7 @@ static struct of_device_id const bcm963x
+@@ -1499,6 +1530,7 @@ static struct of_device_id const bcm963x
        { .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, },
        { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
        { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
index 5f1d47a150318e1244b49a2cfd1972796eb7aa17..915d48dea9dcb265752acdf0fca691dc9960c590 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1315,6 +1315,34 @@ static struct board_info __initdata boar
+@@ -1322,6 +1322,34 @@ static struct board_info __initdata boar
  };
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  
@@ -35,7 +35,7 @@
  /*
   * known 6368 boards
   */
-@@ -1466,6 +1494,10 @@ static const struct board_info __initcon
+@@ -1473,6 +1501,10 @@ static const struct board_info __initcon
        &board_DVAG3810BN,
  #endif
  
@@ -46,7 +46,7 @@
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
-@@ -1534,6 +1566,9 @@ static struct of_device_id const bcm963x
+@@ -1541,6 +1573,9 @@ static struct of_device_id const bcm963x
        { .compatible = "t-com,spw303v", .data = &board_spw303v, },
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
  #endif
index f5342567fdf74cf9681a6c88fd0a35acc3a1ffc2..09cf1b7a941ca8640464b24c02121a4d4dbd4a0c 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -760,6 +760,23 @@ static struct board_info __initdata boar
+@@ -767,6 +767,23 @@ static struct board_info __initdata boar
        .has_ehci0                      = 1,
  };
  
@@ -24,7 +24,7 @@
  static struct board_info __initdata board_rta1025w_16 = {
        .name                           = "RTA1025W_16",
        .expected_cpu_id                = 0x6348,
-@@ -1465,6 +1482,7 @@ static const struct board_info __initcon
+@@ -1472,6 +1489,7 @@ static const struct board_info __initcon
        &board_96348gw_10,
        &board_96348gw_11,
        &board_FAST2404,
@@ -32,7 +32,7 @@
        &board_DV201AMR,
        &board_96348gw_a,
        &board_rta1025w_16,
-@@ -1540,6 +1558,7 @@ static struct of_device_id const bcm963x
+@@ -1547,6 +1565,7 @@ static struct of_device_id const bcm963x
        { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
        { .compatible = "netgear,dg834g-v4", .data = &board_96348W3, },
        { .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
index 3366875e4fbd7d80553a090ee3ef6a7fc3dd72f1..8094c365208a6175fade6ae07aa0cfa6dfdf3cbe 100644 (file)
@@ -51,7 +51,7 @@
  static struct board_info __initdata board_dsl_274xb_f1 = {
        .name                           = "AW4339U",
        .expected_cpu_id                = 0x6328,
-@@ -1463,6 +1507,7 @@ static const struct board_info __initcon
+@@ -1470,6 +1514,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,
@@ -59,7 +59,7 @@
        &board_dsl_274xb_f1,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6338
-@@ -1528,6 +1573,7 @@ static struct of_device_id const bcm963x
+@@ -1535,6 +1580,7 @@ static struct of_device_id const bcm963x
        { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
index 650db33e9e970982dd53d7818fad175ca6d1722a..5cac3be43a5a903b912bf238c91cae9701ef3bfa 100644 (file)
@@ -80,7 +80,7 @@
  static struct board_info __initdata board_963281TAN = {
        .name                           = "963281TAN",
        .expected_cpu_id                = 0x6328,
-@@ -1506,6 +1579,7 @@ static const struct board_info __initcon
+@@ -1513,6 +1586,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
@@ -88,7 +88,7 @@
        &board_963281TAN,
        &board_A4001N1,
        &board_dsl_274xb_f1,
-@@ -1576,6 +1650,7 @@ static struct of_device_id const bcm963x
+@@ -1583,6 +1657,7 @@ static struct of_device_id const bcm963x
        { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
        { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
        { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
index f9062fe58d97fefeb92ba068c54780305698bea3..ef8b2200cee706589195dc844f95842fdcb028e1 100644 (file)
@@ -62,7 +62,7 @@
  static struct sprom_fixup __initdata ar5387un_fixups[] = {
        { .offset = 2, .value = 0x05bb },
        { .offset = 65, .value = 0x1204 },
-@@ -1579,6 +1634,7 @@ static const struct board_info __initcon
+@@ -1586,6 +1641,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
@@ -70,7 +70,7 @@
        &board_AR5387un,
        &board_963281TAN,
        &board_A4001N1,
-@@ -1650,6 +1706,7 @@ static struct of_device_id const bcm963x
+@@ -1657,6 +1713,7 @@ static struct of_device_id const bcm963x
        { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
        { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
        { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
index c7f9b50345667ccf850753d7e03dee94ba678956..61f3ee23a018493be891035b142bd2e27d0e8430 100644 (file)
@@ -23,7 +23,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6345 */
  
  /*
-@@ -1648,6 +1664,7 @@ static const struct board_info __initcon
+@@ -1655,6 +1671,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6345
        &board_96345gw2,
@@ -31,7 +31,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6348
        &board_96348r,
-@@ -1718,6 +1735,7 @@ static struct of_device_id const bcm963x
+@@ -1725,6 +1742,7 @@ static struct of_device_id const bcm963x
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6345
        { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
index 3da90f36becfe55c6ace7368063008adbf35b3da..e59f1aa02d7c518d2cafde183e8d8a8a51071022 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/addrspace.h>
  #include <bcm63xx_board.h>
  #include <bcm63xx_cpu.h>
-@@ -1474,6 +1475,95 @@ static struct board_info __initdata boar
+@@ -1481,6 +1482,95 @@ static struct board_info __initdata boar
        },
  };
  
   /* T-Home Speedport W 303V Typ B */
  static struct board_info __initdata board_spw303v = {
        .name                   = "96358-502V",
-@@ -1700,6 +1790,9 @@ static const struct board_info __initcon
+@@ -1707,6 +1797,9 @@ static const struct board_info __initcon
        &board_nb4_fxc_r1,
        &board_ct6373_1,
        &board_HW553,
        &board_spw303v,
        &board_DVAG3810BN,
  #endif
-@@ -1772,6 +1865,9 @@ static struct of_device_id const bcm963x
+@@ -1779,6 +1872,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,hg553", .data = &board_HW553, },
index 8088cda1af38eb3e3bcbf8f68300a71d37b86fcf..e3b7724b8f4ebe102d77062f02dbaa0e0921287b 100644 (file)
@@ -28,7 +28,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6345 */
  
  /*
-@@ -1755,6 +1776,7 @@ static const struct board_info __initcon
+@@ -1762,6 +1783,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6345
        &board_96345gw2,
        &board_rta770bw,
@@ -36,7 +36,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6348
        &board_96348r,
-@@ -1829,6 +1851,7 @@ static struct of_device_id const bcm963x
+@@ -1836,6 +1858,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, },
index 1b7eb1c35ec1070920bebe2b0cf8f09274d69055..1cdef8b3081603b390c6f843dea779ff64218876 100644 (file)
@@ -57,7 +57,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -1766,6 +1804,7 @@ static const struct board_info __initcon
+@@ -1773,6 +1811,7 @@ static const struct board_info __initcon
        &board_963281TAN,
        &board_A4001N1,
        &board_dsl_274xb_f1,
@@ -65,7 +65,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
-@@ -1841,6 +1880,7 @@ static struct of_device_id const bcm963x
+@@ -1848,6 +1887,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-f", .data = &board_dsl_274xb_f1, },
index c77fa1787a7cea0fde4caf74f25ee1ce563592e5..d5ecc3c4c74257118a812be2b3eeb5af37e6c6bc 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
-@@ -1695,6 +1695,43 @@ static struct board_info __initdata boar
+@@ -1702,6 +1702,43 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -50,7 +50,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  
  /*
-@@ -1860,6 +1897,7 @@ static const struct board_info __initcon
+@@ -1867,6 +1904,7 @@ static const struct board_info __initcon
  
  #ifdef CONFIG_BCM63XX_CPU_6362
        &board_nb6,
@@ -58,7 +58,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6368
-@@ -1941,6 +1979,7 @@ static struct of_device_id const bcm963x
+@@ -1948,6 +1986,7 @@ static struct of_device_id const bcm963x
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6362
index d4b14b4c31797e0a648a3b3a40adc15bcb2fff13..2ae8107acd78926517f1b0ae4b1b5a6016b7a03c 100644 (file)
@@ -241,7 +241,7 @@ Subject: [PATCH] MIPS: BCM63XX: remove leds and buttons
  };
  
  
-@@ -890,35 +707,6 @@ static struct board_info __initdata boar
+@@ -897,35 +714,6 @@ static struct board_info __initdata boar
                .ext_irq                = 2,
                .cs                     = 2,
        },
@@ -277,7 +277,7 @@ Subject: [PATCH] MIPS: BCM63XX: remove leds and buttons
  };
  
  static struct board_info __initdata board_gw6200 = {
-@@ -1255,33 +1043,6 @@ static struct board_info __initdata boar
+@@ -1262,33 +1050,6 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_pccard = 1,
        .has_ehci0 = 1,
@@ -311,7 +311,7 @@ Subject: [PATCH] MIPS: BCM63XX: remove leds and buttons
  };
  
  static struct board_info __initdata board_96358vw2 = {
-@@ -1311,29 +1072,6 @@ static struct board_info __initdata boar
+@@ -1318,29 +1079,6 @@ static struct board_info __initdata boar
        .has_pccard = 1,
        .has_ehci0 = 1,
        .num_usbh_ports                 = 2,
index d68b3c5f4c94ce50fd27dc7c72b9d437e86810a3..f0949f9ed16d04f26978681ca31a3cc82f40ffb3 100644 (file)
@@ -57,7 +57,7 @@
   * known 6328 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6328
-@@ -1572,6 +1622,9 @@ static const struct board_info __initcon
+@@ -1579,6 +1629,9 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_3368
        &board_cvg834g,
  #endif
@@ -67,7 +67,7 @@
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_AR5381u,
-@@ -1649,6 +1702,9 @@ static struct of_device_id const bcm963x
+@@ -1656,6 +1709,9 @@ static struct of_device_id const bcm963x
  #ifdef CONFIG_BCM63XX_CPU_3368
        { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
  #endif
index b17c9d5f5ced82bc4aa0dd788a1532853bae7fba..eda826e13f5333fdf89b46d29360550127aba790 100644 (file)
@@ -52,7 +52,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -1624,6 +1669,7 @@ static const struct board_info __initcon
+@@ -1631,6 +1676,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
@@ -60,7 +60,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
-@@ -1704,6 +1750,7 @@ static struct of_device_id const bcm963x
+@@ -1711,6 +1757,7 @@ static struct of_device_id const bcm963x
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6318
        { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
index d6fc6a9c7196f2473ccf3bc6fe0467835d6ce0e2..2d5dc607b6469ef169424ed8f279d36ac016a9e7 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1661,6 +1661,52 @@ static struct board_info __initdata boar
+@@ -1668,6 +1668,52 @@ static struct board_info __initdata boar
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
@@ -53,7 +53,7 @@
   * all boards
   */
  static const struct board_info __initconst *bcm963xx_boards[] = {
-@@ -1741,6 +1787,9 @@ static const struct board_info __initcon
+@@ -1748,6 +1794,9 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
  #endif
@@ -63,7 +63,7 @@
  };
  
  static struct of_device_id const bcm963xx_boards_dt[] = {
-@@ -1828,6 +1877,7 @@ static struct of_device_id const bcm963x
+@@ -1835,6 +1884,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
index 774509b0c4a75508b2df966d00cf70fc622658ef..a312b4137bcc4bcf0db060011509c7b229821f61 100644 (file)
@@ -31,7 +31,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
  
  /* BT Voyager 2110 */
  static struct board_info __initdata board_V2110 = {
-@@ -1758,6 +1774,7 @@ static const struct board_info __initcon
+@@ -1765,6 +1781,7 @@ static const struct board_info __initcon
        &board_96348A_122,
        &board_CPVA502plus,
        &board_96348W3,
@@ -39,7 +39,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6358
-@@ -1822,6 +1839,7 @@ static struct of_device_id const bcm963x
+@@ -1829,6 +1846,7 @@ static struct of_device_id const bcm963x
        { .compatible = "dynalink,rta770w", .data = &board_rta770w, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6348
index 601aea0d3767a591ee7c8a589997a37716fa95e0..b9dd163d659db066563000d0e5a7db623468f79a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1720,6 +1720,53 @@ static struct board_info __initdata boar
+@@ -1727,6 +1727,53 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -54,7 +54,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  
  /*
-@@ -1806,6 +1853,7 @@ static const struct board_info __initcon
+@@ -1813,6 +1860,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963269bhr,
@@ -62,7 +62,7 @@
  #endif
  };
  
-@@ -1896,6 +1944,7 @@ static struct of_device_id const bcm963x
+@@ -1903,6 +1951,7 @@ static struct of_device_id const bcm963x
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
        { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
index a3b12b25c52b918218fd30ef6cc356b258e13a5b..7a8575e70548302e96c22be484e2126bab4998f4 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1680,6 +1680,66 @@ static struct board_info __initdata boar
+@@ -1687,6 +1687,66 @@ static struct board_info __initdata boar
   * known 63268/63269 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_63268
@@ -67,7 +67,7 @@
  static struct board_info __initdata board_963269bhr = {
        .name                           = "963269BHR",
        .expected_cpu_id                = 0x63268,
-@@ -1852,6 +1912,7 @@ static const struct board_info __initcon
+@@ -1859,6 +1919,7 @@ static const struct board_info __initcon
        &board_96368mvngr,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
@@ -75,7 +75,7 @@
        &board_963269bhr,
        &board_vw6339gu,
  #endif
-@@ -1943,6 +2004,7 @@ static struct of_device_id const bcm963x
+@@ -1950,6 +2011,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
index 5e7402a3ccc85858b46f7c7b299709d2952394e9..f6b80371fde520c0795fe68f9387310216c6a310 100644 (file)
@@ -9,7 +9,7 @@
  #include <asm/addrspace.h>
  #include <bcm63xx_board.h>
  #include <bcm63xx_cpu.h>
-@@ -1674,6 +1676,65 @@ static struct board_info __initdata boar
+@@ -1681,6 +1683,65 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
@@ -75,7 +75,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
-@@ -1910,6 +1971,7 @@ static const struct board_info __initcon
+@@ -1917,6 +1978,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -83,7 +83,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963268bu_p300,
-@@ -2002,6 +2064,7 @@ static struct of_device_id const bcm963x
+@@ -2009,6 +2071,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 5e33598fc56d757a331c0ff8edcb85099dc59a51..5d5ce7e351a1dddc3a1c075eceea20d43f3116d6 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1677,6 +1677,60 @@ static struct board_info __initdata boar
+@@ -1684,6 +1684,60 @@ static struct board_info __initdata boar
        .has_ehci0 = 1,
  };
  
@@ -61,7 +61,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -1971,6 +2025,7 @@ static const struct board_info __initcon
+@@ -1978,6 +2032,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -69,7 +69,7 @@
        &board_WAP5813n,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
-@@ -2064,6 +2119,7 @@ static struct of_device_id const bcm963x
+@@ -2071,6 +2126,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 a0dd3685cb812c5a82ce65cc17f23a4e8713b93d..0474304687ff3dc0edebae80ee38fc257cb95727 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1731,6 +1731,60 @@ static struct board_info __initdata boar
+@@ -1738,6 +1738,60 @@ static struct board_info __initdata boar
        },
  };
  
@@ -61,7 +61,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -2026,6 +2080,7 @@ static const struct board_info __initcon
+@@ -2033,6 +2087,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_VR3025u,
@@ -69,7 +69,7 @@
        &board_WAP5813n,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
-@@ -2120,6 +2175,7 @@ static struct of_device_id const bcm963x
+@@ -2127,6 +2182,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 ce24b6c10b7cb50ded01ceab9f69e9a3cded6892..b6f8750f5f74072bef2f992f44573d6e8b86d4a7 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1686,6 +1686,49 @@ static struct sprom_fixup __initdata vr3
+@@ -1693,6 +1693,49 @@ static struct sprom_fixup __initdata vr3
        { .offset = 115, .value = 0xfad9 },
  };
  
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_VR3025u = {
        .name                                   = "96368M-1541N",
        .expected_cpu_id                = 0x6368,
-@@ -2079,6 +2122,7 @@ static const struct board_info __initcon
+@@ -2086,6 +2129,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -58,7 +58,7 @@
        &board_VR3025u,
        &board_VR3025un,
        &board_WAP5813n,
-@@ -2177,6 +2221,7 @@ static struct of_device_id const bcm963x
+@@ -2184,6 +2228,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 71ba896aaac2b88b7aebee0189f633a9e718173e..3d3b3f09a5bcd2bed5b01f6cfeaa784790fa1eb9 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1357,6 +1357,37 @@ static struct board_info __initdata boar
+@@ -1364,6 +1364,37 @@ static struct board_info __initdata boar
        },
  };
  
@@ -38,7 +38,7 @@
  static struct board_info __initdata board_HW553 = {
        .name                           = "HW553",
        .expected_cpu_id                = 0x6358,
-@@ -2106,6 +2137,7 @@ static const struct board_info __initcon
+@@ -2113,6 +2144,7 @@ static const struct board_info __initcon
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,
        &board_ct6373_1,
@@ -46,7 +46,7 @@
        &board_HW553,
        &board_HW556_A,
        &board_HW556_B,
-@@ -2198,6 +2230,7 @@ static struct of_device_id const bcm963x
+@@ -2205,6 +2237,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 6313cbb75849d29686ea206535e2507a1e1ae212..c323ef766d80372b96abe0cb980bdb72e3a47b36 100644 (file)
@@ -51,7 +51,7 @@
  static struct board_info __initdata board_A4001N1 = {
        .name                                   = "963281T_TEF",
        .expected_cpu_id                        = 0x6328,
-@@ -2088,6 +2132,7 @@ static const struct board_info __initcon
+@@ -2095,6 +2139,7 @@ static const struct board_info __initcon
        &board_AR5381u,
        &board_AR5387un,
        &board_963281TAN,
@@ -59,7 +59,7 @@
        &board_A4001N1,
        &board_dsl_274xb_f1,
        &board_FAST2704V2,
-@@ -2176,6 +2221,7 @@ static struct of_device_id const bcm963x
+@@ -2183,6 +2228,7 @@ static struct of_device_id const bcm963x
        { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
index 05c2fd4a9aa6e48a3a51de4f2fc1c7a4918cb416..fc9c1f3a48082d1a5a385e78f2d7cf160f43cebe 100644 (file)
@@ -76,7 +76,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -2126,6 +2195,7 @@ static const struct board_info __initcon
+@@ -2133,6 +2202,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
        &board_96318ref_p300,
@@ -84,7 +84,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
-@@ -2219,6 +2289,7 @@ static struct of_device_id const bcm963x
+@@ -2226,6 +2296,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 866ea88e03ffbbd4a6d89281b54356ed1ec84148..368b3959af249ea5eb66330b2290055b0f6373af 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1821,6 +1821,48 @@ static struct board_info __initdata boar
+@@ -1828,6 +1828,48 @@ static struct board_info __initdata boar
        .has_ehci0 = 1,
  };
  
@@ -49,7 +49,7 @@
  static struct sprom_fixup __initdata vr3025u_fixups[] = {
        { .offset = 97, .value = 0xfeb3 },
        { .offset = 98, .value = 0x1618 },
-@@ -2269,6 +2311,7 @@ static const struct board_info __initcon
+@@ -2276,6 +2318,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
@@ -57,7 +57,7 @@
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
-@@ -2371,6 +2414,7 @@ static struct of_device_id const bcm963x
+@@ -2378,6 +2421,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 b51d6b07afeceec801044e9a680061ce534c349d..9ac2edbe12a8f4d71834b7f0edb229968529e28f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1470,6 +1470,32 @@ static struct board_info __initdata boar
+@@ -1477,6 +1477,32 @@ static struct board_info __initdata boar
        },
  };
  
@@ -33,7 +33,7 @@
  static struct board_info __initdata board_HW520 = {
        .name                           = "HW6358GW_B",
        .expected_cpu_id                = 0x6358,
-@@ -2294,6 +2320,7 @@ static const struct board_info __initcon
+@@ -2301,6 +2327,7 @@ static const struct board_info __initcon
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,
        &board_ct6373_1,
@@ -41,7 +41,7 @@
        &board_HW520,
        &board_HW553,
        &board_HW556_A,
-@@ -2403,6 +2430,7 @@ static struct of_device_id const bcm963x
+@@ -2410,6 +2437,7 @@ static struct of_device_id const bcm963x
        { .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
        { .compatible = "t-com,spw303v", .data = &board_spw303v, },
        { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
index 1a0aaaaeba31c7fc9e0dcc1bc0e02828fb9b8a9e..0afb70fb03bc7ed7aac7220760c7671fa3df2be8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1889,6 +1889,53 @@ static struct board_info __initdata boar
+@@ -1896,6 +1896,53 @@ static struct board_info __initdata boar
        .num_spis = ARRAY_SIZE(DGND3700v1_3800B_spi_devices),
  };
  
@@ -54,7 +54,7 @@
  static struct sprom_fixup __initdata vr3025u_fixups[] = {
        { .offset = 97, .value = 0xfeb3 },
        { .offset = 98, .value = 0x1618 },
-@@ -2339,6 +2386,7 @@ static const struct board_info __initcon
+@@ -2346,6 +2393,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
@@ -62,7 +62,7 @@
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
-@@ -2442,6 +2490,7 @@ static struct of_device_id const bcm963x
+@@ -2449,6 +2497,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 249933acdbb450a0ceffa3c7894ec426afcab9dc..954662dcd98cd6b640a69d15b8cb65c5feddacb0 100644 (file)
@@ -47,7 +47,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -2311,6 +2351,7 @@ static const struct board_info __initcon
+@@ -2318,6 +2358,7 @@ static const struct board_info __initcon
        &board_96318ref,
        &board_96318ref_p300,
        &board_dsl_2751b_d1,
@@ -55,7 +55,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
-@@ -2408,6 +2449,7 @@ static struct of_device_id const bcm963x
+@@ -2415,6 +2456,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-d", .data = &board_dsl_2751b_d1, },
index 832728f0941c224ea5ccd30cb81d4d1dfd0e67b2..26152e3722025ccfd044ea7608b19a17506214de 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2127,6 +2127,60 @@ static struct board_info __initdata boar
+@@ -2134,6 +2134,60 @@ static struct board_info __initdata boar
        },
  };
  
@@ -61,7 +61,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -2431,6 +2485,7 @@ static const struct board_info __initcon
+@@ -2438,6 +2492,7 @@ static const struct board_info __initcon
        &board_P870HW51A_V2,
        &board_VR3025u,
        &board_VR3025un,
@@ -69,7 +69,7 @@
        &board_WAP5813n,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
-@@ -2531,6 +2586,7 @@ static struct of_device_id const bcm963x
+@@ -2538,6 +2593,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 a148bb12b4f31ba8ef402f0ed02db7abe269c70f..61a1ed0ac19843c55299c1ae98ebc67d1077b64a 100644 (file)
@@ -52,7 +52,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -2416,6 +2461,7 @@ static const struct board_info __initcon
+@@ -2423,6 +2468,7 @@ static const struct board_info __initcon
        &board_A4001N1,
        &board_dsl_274xb_f1,
        &board_FAST2704V2,
@@ -60,7 +60,7 @@
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
-@@ -2514,6 +2560,7 @@ static struct of_device_id const bcm963x
+@@ -2521,6 +2567,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-f", .data = &board_dsl_274xb_f1, },
index 837226fd38020101af374e38010370f6e64d5520..3918a7b4636b6e4b2f8042d5a1bf918fc05959ad 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2021,6 +2021,53 @@ static struct board_info __initdata boar
+@@ -2028,6 +2028,53 @@ static struct board_info __initdata boar
        },
  };
  
@@ -54,7 +54,7 @@
  static struct sprom_fixup __initdata vr3025u_fixups[] = {
        { .offset = 97, .value = 0xfeb3 },
        { .offset = 98, .value = 0x1618 },
-@@ -2527,6 +2574,7 @@ static const struct board_info __initcon
+@@ -2534,6 +2581,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
@@ -62,7 +62,7 @@
        &board_HG655b,
        &board_P870HW51A_V2,
        &board_VR3025u,
-@@ -2635,6 +2683,7 @@ static struct of_device_id const bcm963x
+@@ -2642,6 +2690,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 f5f75c80df776ebf6e9b84b070a446a28a89256a..ad82785717a80e091539c3f07f0c6f570e461fbe 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1974,6 +1974,43 @@ static struct board_info __initdata boar
+@@ -1981,6 +1981,43 @@ static struct board_info __initdata boar
        .num_spis = ARRAY_SIZE(DGND3700v1_3800B_spi_devices),
  };
  
@@ -44,7 +44,7 @@
  static struct board_info __initdata board_HG655b = {
        .name                           = "HW65x",
        .expected_cpu_id                = 0x6368,
-@@ -2574,6 +2611,7 @@ static const struct board_info __initcon
+@@ -2581,6 +2618,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,
-@@ -2686,6 +2724,7 @@ static struct of_device_id const bcm963x
+@@ -2693,6 +2731,7 @@ static struct of_device_id const bcm963x
        { .compatible = "huawei,hg622", .data = &board_HG622, },
        { .compatible = "huawei,hg655b", .data = &board_HG655b, },
        { .compatible = "netgear,dgnd3700v1", .data = &board_DGND3700v1_3800B, },
index be91cd733247a4ae450a32efa501fbdc43300819..3517068f17c3e74c6be647fb0da9c460691bbff9 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1844,6 +1844,52 @@ static struct board_info __initdata boar
+@@ -1851,6 +1851,52 @@ static struct board_info __initdata boar
   * known 6368 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6368
@@ -53,7 +53,7 @@
  static struct board_info __initdata board_96368mvwg = {
        .name                           = "96368MVWG",
        .expected_cpu_id                = 0x6368,
-@@ -2608,6 +2654,7 @@ static const struct board_info __initcon
+@@ -2615,6 +2661,7 @@ static const struct board_info __initcon
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6368
@@ -61,7 +61,7 @@
        &board_96368mvwg,
        &board_96368mvngr,
        &board_DGND3700v1_3800B,
-@@ -2715,6 +2762,7 @@ static struct of_device_id const bcm963x
+@@ -2722,6 +2769,7 @@ static struct of_device_id const bcm963x
        { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6368
index 2e5c13e577a1f8eb128c53d69adccdc8e3dfb664..de7e22b7590e8613a0c7df2b9003438a5262dc67 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2356,6 +2356,45 @@ static struct board_info __initdata boar
+@@ -2363,6 +2363,45 @@ static struct board_info __initdata boar
        },
  };
  
@@ -46,7 +46,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -2662,6 +2701,7 @@ static const struct board_info __initcon
+@@ -2669,6 +2708,7 @@ static const struct board_info __initcon
        &board_HG622,
        &board_HG655b,
        &board_P870HW51A_V2,
@@ -54,7 +54,7 @@
        &board_VR3025u,
        &board_VR3025un,
        &board_VR3026e,
-@@ -2773,6 +2813,7 @@ static struct of_device_id const bcm963x
+@@ -2780,6 +2820,7 @@ static struct of_device_id const bcm963x
        { .compatible = "huawei,hg655b", .data = &board_HG655b, },
        { .compatible = "netgear,dgnd3700v1", .data = &board_DGND3700v1_3800B, },
        { .compatible = "netgear,evg2000", .data = &board_EVG2000, },