brcm63xx: Add fallback sprom for A4001N1
authorJonas Gorski <jogo@openwrt.org>
Sun, 10 Aug 2014 12:21:52 +0000 (12:21 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sun, 10 Aug 2014 12:21:52 +0000 (12:21 +0000)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42102

26 files changed:
target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
target/linux/brcm63xx/patches-3.14/531-board_AR-5387un.patch
target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch
target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch
target/linux/brcm63xx/patches-3.14/534-board_hw556.patch
target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch
target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch
target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch
target/linux/brcm63xx/patches-3.14/550-alice_gate2_leds.patch
target/linux/brcm63xx/patches-3.14/551-96348gw_a_leds.patch
target/linux/brcm63xx/patches-3.14/552-board_96348gw-10_reset_button.patch
target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch
target/linux/brcm63xx/patches-3.14/554-board_DWVS0_leds_buttons.patch
target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch
target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch
target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch
target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch
target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch
target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch
target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch
target/linux/brcm63xx/patches-3.14/562-board_VR-3025u.patch
target/linux/brcm63xx/patches-3.14/563-board_VR-3025un.patch
target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch
target/linux/brcm63xx/patches-3.14/565-board_hw520.patch
target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch
target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch

index 19fe3f6e1268b7942b44e71a2678375128c3b866..b11a974dd808c21335f61a1a130c6dbe4b1432dc 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -238,6 +238,126 @@ static struct board_info __initdata boar
+@@ -238,6 +238,133 @@ static struct board_info __initdata boar
        },
  };
  
@@ -10,6 +10,7 @@
 +
 +      .has_uart0                              = 1,
 +      .has_pci                                = 1,
++      .use_fallback_sprom             = 1,
 +      .has_ohci0                              = 1,
 +      .has_ehci0                              = 1,
 +      .num_usbh_ports                         = 1,
 +                      .debounce_interval      = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +      },
++
++      .fallback_sprom = {
++              .type                           = SPROM_BCM43225,
++              .pci_bus                        = 1,
++              .pci_dev                        = 0,
++      },
 +};
 +
  static struct board_info __initdata board_dsl_274xb_f1 = {
        .name                           = "AW4339U",
        .expected_cpu_id                = 0x6328,
-@@ -3003,6 +3123,7 @@ static const struct board_info __initcon
+@@ -3003,6 +3130,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,
index a87ea224fcaed1fd033501207adee1b374e6321d..7cdb3588416678ae14ed3e28fd6fec7d7c242f04 100644 (file)
@@ -80,7 +80,7 @@
  static struct board_info __initdata board_963281TAN = {
        .name                           = "963281TAN",
        .expected_cpu_id                = 0x6328,
-@@ -3122,6 +3195,7 @@ static const struct board_info __initcon
+@@ -3129,6 +3202,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
index f1332081189f016cd893ff21ad049ae23a539749..542ca51f1d7bf9e9fe4f66ebefa8dd8f9ad17ae5 100644 (file)
@@ -74,7 +74,7 @@
  static struct board_info __initdata board_AR5387un = {
        .name                                   = "96328A-1441N1",
        .expected_cpu_id                        = 0x6328,
-@@ -3195,6 +3262,7 @@ static const struct board_info __initcon
+@@ -3202,6 +3269,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
index afd8cb6677a995fa8902bfc8e9a113cab88c304f..c1849cd4c5f9873fba2a052b8e9a4ee5217742ae 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -924,6 +924,55 @@ static struct board_info __initdata boar
+@@ -931,6 +931,55 @@ static struct board_info __initdata boar
  
        .has_uart0                      = 1,
  };
@@ -56,7 +56,7 @@
  #endif
  
  /*
-@@ -3276,6 +3325,7 @@ static const struct board_info __initcon
+@@ -3283,6 +3332,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6345
        &board_96345gw2,
index 4d8cf5f5cc151d023eb6e0b9dfe94f3b04c27627..8c3a59fed891d3186f7cc1dc710516ca9cce5075 100644 (file)
@@ -8,7 +8,7 @@
  #include <linux/platform_device.h>
  #include <linux/spi/spi.h>
  #include <linux/spi/spi_gpio.h>
-@@ -1828,6 +1829,492 @@ static struct board_info __initdata boar
+@@ -1835,6 +1836,492 @@ static struct board_info __initdata boar
        },
  };
  
   /* T-Home Speedport W 303V Typ B */
  static struct board_info __initdata board_spw303v = {
        .name                   = "96358-502V",
-@@ -3364,6 +3851,10 @@ static const struct board_info __initcon
+@@ -3371,6 +3858,10 @@ static const struct board_info __initcon
        &board_nb4_fxc_r2,
        &board_ct6373_1,
        &board_HW553,
        &board_spw303v,
        &board_DVAG3810BN,
  #endif
-@@ -3383,13 +3874,37 @@ static void __init boardid_fixup(u8 *boo
+@@ -3390,13 +3881,37 @@ static void __init boardid_fixup(u8 *boo
        struct bcm_tag *tag = (struct bcm_tag *)(boot_addr + CFE_OFFSET_64K);
        char *board_name = (char *)bcm63xx_nvram_get_name();
  
index a0ff6b3e8cd89f3afd6cc393137a23a463e5776f..7808a5dc75dd7460df7a42eab739a3553b5c44d0 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -974,6 +974,60 @@ static struct board_info __initdata boar
+@@ -981,6 +981,60 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -61,7 +61,7 @@
  #endif
  
  /*
-@@ -3813,6 +3867,7 @@ static const struct board_info __initcon
+@@ -3820,6 +3874,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6345
        &board_96345gw2,
        &board_rta770bw,
index ce3efc16f1f15e18fc43c2f9fd71cc41ac43a2c8..32b7926d62fd9911bebc438128898695f87e3466 100644 (file)
@@ -12,7 +12,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
 ---
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1636,6 +1636,122 @@ static struct board_info __initdata boar
+@@ -1643,6 +1643,122 @@ static struct board_info __initdata boar
        },
  };
  
@@ -135,7 +135,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
  static struct board_info __initdata board_rta1025w_16 = {
        .name                           = "RTA1025W_16",
        .expected_cpu_id                = 0x6348,
-@@ -3857,6 +3973,7 @@ static const struct board_info __initcon
+@@ -3864,6 +3980,7 @@ static const struct board_info __initcon
        &board_963281TAN,
        &board_A4001N1,
        &board_dsl_274xb_f1,
index 8f65cef53e17b2894bf0462b705b94dfa6767efd..c0925fa2834c2e7582ddc20c33e3ebb09c7bbc9f 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
-@@ -3812,6 +3812,96 @@ static struct board_info __initdata boar
+@@ -3819,6 +3819,96 @@ static struct board_info __initdata boar
        .devs = nb6_devices,
        .num_devs = ARRAY_SIZE(nb6_devices),
  };
@@ -103,7 +103,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
  #endif
  
  /*
-@@ -4033,6 +4123,7 @@ static const struct board_info __initcon
+@@ -4040,6 +4130,7 @@ static const struct board_info __initcon
  
  #ifdef CONFIG_BCM63XX_CPU_6362
        &board_nb6,
index 5f23b6bfbf2acf435495d48b149cacf11775994e..806d6404ceecbe633f64c9cca5f54bdb331be0bd 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2839,6 +2839,99 @@ static struct board_info __initdata boar
+@@ -2846,6 +2846,99 @@ static struct board_info __initdata boar
  
        .has_ohci0 = 1,
        .has_ehci0 = 1,
index 28127900ef1e41fffd9fccc05ee9ec4e26c17113..b6826fc97af5f1941b7d837e05a748db2432a855 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1814,6 +1814,19 @@ static struct board_info __initdata boar
+@@ -1821,6 +1821,19 @@ static struct board_info __initdata boar
        },
  
        .has_ohci0 = 1,
index 44346e59c29818ac45331a7e38b46cefc5be3d0c..fa1be851de4648b53f039d294014f646f3319dae 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1138,6 +1138,17 @@ static struct board_info __initdata boar
+@@ -1145,6 +1145,17 @@ static struct board_info __initdata boar
                        .active_low     = 1,
                },
        },
index 67b5e714c1f512e02d8d21168a515cf96d91864c..e3aad83e4f1a6a5d882d454346024355a0899f93 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -616,6 +616,8 @@ static struct board_info __initdata boar
+@@ -623,6 +623,8 @@ static struct board_info __initdata boar
        .has_uart0                      = 1,
        .has_enet0                      = 1,
        .enet0 = {
@@ -9,7 +9,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -659,6 +661,8 @@ static struct board_info __initdata boar
+@@ -666,6 +668,8 @@ static struct board_info __initdata boar
        .has_uart0                      = 1,
        .has_enet0                      = 1,
        .enet0 = {
@@ -18,7 +18,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1094,6 +1098,8 @@ static struct board_info __initdata boar
+@@ -1101,6 +1105,8 @@ static struct board_info __initdata boar
                .use_internal_phy       = 1,
        },
        .enet1 = {
@@ -27,7 +27,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1167,6 +1173,8 @@ static struct board_info __initdata boar
+@@ -1174,6 +1180,8 @@ static struct board_info __initdata boar
        },
  
        .enet1 = {
@@ -36,7 +36,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1411,6 +1419,8 @@ static struct board_info __initdata boar
+@@ -1418,6 +1426,8 @@ static struct board_info __initdata boar
                .use_internal_phy       = 1,
        },
        .enet1 = {
@@ -45,7 +45,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1587,6 +1597,8 @@ static struct board_info __initdata boar
+@@ -1594,6 +1604,8 @@ static struct board_info __initdata boar
        },
  
        .enet1 = {
@@ -54,7 +54,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1778,6 +1790,8 @@ static struct board_info __initdata boar
+@@ -1785,6 +1797,8 @@ static struct board_info __initdata boar
                .use_internal_phy       = 1,
        },
        .enet1 = {
@@ -63,7 +63,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1800,6 +1814,8 @@ static struct board_info __initdata boar
+@@ -1807,6 +1821,8 @@ static struct board_info __initdata boar
                .use_internal_phy       = 1,
        },
        .enet1 = {
@@ -72,7 +72,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -1820,6 +1836,8 @@ static struct board_info __initdata boar
+@@ -1827,6 +1843,8 @@ static struct board_info __initdata boar
                .use_internal_phy       = 1,
        },
        .enet1 = {
@@ -81,7 +81,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -2663,6 +2681,8 @@ static struct board_info __initdata boar
+@@ -2670,6 +2688,8 @@ static struct board_info __initdata boar
        },
  
        .enet1 = {
@@ -90,7 +90,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -2716,6 +2736,8 @@ static struct board_info __initdata boar
+@@ -2723,6 +2743,8 @@ static struct board_info __initdata boar
        },
  
        .enet1 = {
@@ -99,7 +99,7 @@
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -2857,6 +2879,8 @@ static struct board_info __initdata boar
+@@ -2864,6 +2886,8 @@ static struct board_info __initdata boar
        },
  
        .enet1 = {
                .force_speed_100        = 1,
                .force_duplex_full      = 1,
        },
-@@ -2975,6 +2999,8 @@ static struct board_info __initdata boar
+@@ -2982,6 +3006,8 @@ static struct board_info __initdata boar
        },
  
        .enet1 = {
index 022f3b5715aece0dd1a8c2629ab5f5935e090d35..66403839587d37f6c4966bc06569a0b1fc0351db 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -3007,6 +3007,94 @@ static struct board_info __initdata boar
+@@ -3014,6 +3014,94 @@ static struct board_info __initdata boar
  
        .has_ohci0                      = 1,
        .has_ehci0                      = 1,
index 92ee2128e2f4c1d8cc86f487308b9e52b8495625..ddb82b64960fceac9640e1529048da0b8c94a953 100644 (file)
@@ -94,7 +94,7 @@
   * known 6328 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6328
-@@ -4287,6 +4374,9 @@ static const struct board_info __initcon
+@@ -4294,6 +4381,9 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_3368
        &board_cvg834g,
  #endif
index d2b20b54aabda8116f2fe9ab441f2f784c06565c..9bb73a751c49104aba986f8a68030606ae2b022c 100644 (file)
@@ -95,7 +95,7 @@
  #endif
  
  /*
-@@ -4376,6 +4464,7 @@ static const struct board_info __initcon
+@@ -4383,6 +4471,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
index 3ddafa9b2b1f043ba546b37c64df3a39d3427b0a..aa843b7895fff8caa819d209db34982d027fc6be 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4456,6 +4456,75 @@ static struct board_info __initdata boar
+@@ -4463,6 +4463,75 @@ static struct board_info __initdata boar
  #endif
  
  /*
@@ -76,7 +76,7 @@
   * all boards
   */
  static const struct board_info __initconst *bcm963xx_boards[] = {
-@@ -4540,6 +4609,9 @@ static const struct board_info __initcon
+@@ -4547,6 +4616,9 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
  #endif
index f2958d82d8c8b6fbdac7f724a6b7fca8d896bd39..6888cab4ffe89f611f2eaf9a40a945b94eb173e2 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
-@@ -1092,6 +1092,51 @@ static struct board_info __initdata boar
+@@ -1099,6 +1099,51 @@ static struct board_info __initdata boar
        },
  };
  
@@ -60,7 +60,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
  #endif
  
  /*
-@@ -4576,6 +4621,7 @@ static const struct board_info __initcon
+@@ -4583,6 +4628,7 @@ static const struct board_info __initcon
        &board_96348A_122,
        &board_CPVA502plus,
        &board_96348W3,
index bffb7ab8ace35917fc8b2a287a111e66a2ef7761..edc13bc21c58ca8139322004f8b57570b92145a8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4567,6 +4567,108 @@ static struct board_info __initdata boar
+@@ -4574,6 +4574,108 @@ static struct board_info __initdata boar
                },
        },
  };
  #endif
  
  /*
-@@ -4657,6 +4759,7 @@ static const struct board_info __initcon
+@@ -4664,6 +4766,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963269bhr,
index f51b0fc963f38ff78b84e351bda0acefd1f873a6..3c74a4ca41d15625505b98e57d93fe671e3bc9c2 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4504,6 +4504,131 @@ static struct board_info __initdata boar
+@@ -4511,6 +4511,131 @@ static struct board_info __initdata boar
   * known 63268/63269 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_63268
  static struct board_info __initdata board_963269bhr = {
        .name                           = "963269BHR",
        .expected_cpu_id                = 0x63268,
-@@ -4758,6 +4883,7 @@ static const struct board_info __initcon
+@@ -4765,6 +4890,7 @@ static const struct board_info __initcon
        &board_96368mvngr,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
index e409cf4c508b5b50627c1898a32d1fb0364813df..091c31ce345c9e55c63adca36795ab7b3b6f48ee 100644 (file)
@@ -8,7 +8,7 @@
  #include <linux/platform_device.h>
  #include <linux/spi/spi.h>
  #include <linux/spi/spi_gpio.h>
-@@ -4498,6 +4499,99 @@ static struct board_info __initdata boar
+@@ -4505,6 +4506,99 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
  #endif
  
  /*
-@@ -4881,6 +4975,7 @@ static const struct board_info __initcon
+@@ -4888,6 +4982,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
index 183baa634acbca5a22b33b221d129abaee2babff..ceb0a617b1b3690000b84a06666be231aa0d7084 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4500,6 +4500,98 @@ static struct board_info __initdata boar
+@@ -4507,6 +4507,98 @@ static struct board_info __initdata boar
        .has_ehci0 = 1,
  };
  
@@ -99,7 +99,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -4975,6 +5067,7 @@ static const struct board_info __initcon
+@@ -4982,6 +5074,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
index 529f2fbd608b288092cfe6204207162c2137969a..9e98f8614254aec7e4a1d6b72ac7f814d1884d91 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4592,6 +4592,98 @@ static struct board_info __initdata boar
+@@ -4599,6 +4599,98 @@ static struct board_info __initdata boar
        },
  };
  
@@ -99,7 +99,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -5068,6 +5160,7 @@ static const struct board_info __initcon
+@@ -5075,6 +5167,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_VR3025u,
index 551c832e528ffef159cd2c5ab77ccec388750a94..11daf393005ec459c85301ecb1e57babbd056487 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4500,6 +4500,89 @@ static struct board_info __initdata boar
+@@ -4507,6 +4507,89 @@ static struct board_info __initdata boar
        .has_ehci0 = 1,
  };
  
@@ -90,7 +90,7 @@
  static struct board_info __initdata board_VR3025u = {
        .name                                   = "96368M-1541N",
        .expected_cpu_id                = 0x6368,
-@@ -5159,6 +5242,7 @@ static const struct board_info __initcon
+@@ -5166,6 +5249,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
index cc6acb1bde276cc146cfd9fa635570a700c02220..c23589ca3f3ce479f441b6e26666cd9bae3ca3a6 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4090,6 +4090,49 @@ static struct board_info __initdata boar
+@@ -4097,6 +4097,49 @@ static struct board_info __initdata boar
        .num_spis = ARRAY_SIZE(ct6373_spi_devices),
  };
  
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_HW553 = {
        .name                           = "HW553",
        .expected_cpu_id                = 0x6358,
-@@ -5225,6 +5268,7 @@ static const struct board_info __initcon
+@@ -5232,6 +5275,7 @@ static const struct board_info __initcon
        &board_nb4_fxc_r1,
        &board_nb4_fxc_r2,
        &board_ct6373_1,
index 7f411df62197f9453160b4976a004550a1cf98ae..0768e36a50926dd9730ca35e2c9cc7a8fe8da8ce 100644 (file)
@@ -89,7 +89,7 @@
  static struct board_info __initdata board_A4001N1 = {
        .name                                   = "963281T_TEF",
        .expected_cpu_id                        = 0x6328,
-@@ -5216,6 +5298,7 @@ static const struct board_info __initcon
+@@ -5223,6 +5305,7 @@ static const struct board_info __initcon
        &board_AR5381u,
        &board_AR5387un,
        &board_963281TAN,
index f59c6c2db74fe5df37d66c2d762bcf38eceb5dcd..d76affbde98165896b62a43e6def0c847c3ddd67 100644 (file)
  #endif
  
  /*
-@@ -5292,6 +5427,7 @@ static const struct board_info __initcon
+@@ -5299,6 +5434,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
        &board_96318ref_p300,