Some fixes for Telsey CPVA502+ bcm6348 routers: - reset the external PHY (eth1) with proper platform code, not using a led definiton - eth1 is an external phy, not a switch, deleted forced link speed - fixed led color
Patch made for 3.14 kernel patches. Signed-off-by: Daniel Gonzalez <dgcb...@gmail.com> Index: target/linux/brcm63xx/patches-3.14/519_board_CPVA502plus.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/519_board_CPVA502plus.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/519_board_CPVA502plus.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1153,6 +1153,46 @@ static struct board_info __initdata boar +@@ -1153,6 +1153,42 @@ static struct board_info __initdata boar }, }, }; @@ -21,8 +21,6 @@ + .enet1 = { + .has_phy = 1, + .phy_id = 0, -+ .force_speed_100 = 1, -+ .force_duplex_full = 1, + }, + + .leds = { @@ -32,22 +30,20 @@ + .active_low = 1, + }, + { -+ .name = "CPVA502+:green:link", ++ .name = "CPVA502+:amber:link", + .gpio = 5, + .active_low = 1, + }, -+ { -+ .name = "CPVA502+:green:feth1", /* FIXME:does gpio4 enable eth1 phy? */ -+ .gpio = 4, -+ .active_low = 1, -+ }, + }, ++ ++ .ephy_reset_gpio = 4, ++ .ephy_reset_gpio_flags = GPIOF_INIT_HIGH, +}; + #endif /* -@@ -2234,6 +2274,7 @@ static const struct board_info __initcon +@@ -2234,6 +2270,7 @@ static const struct board_info __initcon &board_V2110, &board_ct536_ct5621, &board_96348A_122, Index: target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch (working copy) @@ -10,7 +10,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2238,6 +2238,85 @@ static struct board_info __initdata boar +@@ -2234,6 +2234,85 @@ static struct board_info __initdata boar #endif /* @@ -96,7 +96,7 @@ * all boards */ static const struct board_info __initconst *bcm963xx_boards[] = { -@@ -2292,6 +2371,10 @@ static const struct board_info __initcon +@@ -2288,6 +2367,10 @@ static const struct board_info __initcon &board_HW553, &board_spw303v, #endif @@ -107,7 +107,7 @@ }; /* -@@ -2473,12 +2556,25 @@ void __init board_prom_init(void) +@@ -2469,12 +2552,25 @@ void __init board_prom_init(void) bcm63xx_pci_enabled = 1; if (BCMCPU_IS_6348()) val |= GPIO_MODE_6348_G2_PCI; Index: target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch (working copy) @@ -9,7 +9,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2314,6 +2314,72 @@ static struct board_info __initdata boar +@@ -2310,6 +2310,72 @@ static struct board_info __initdata boar .has_ohci0 = 1, .has_ehci0 = 1, }; @@ -82,7 +82,7 @@ #endif /* -@@ -2374,6 +2440,7 @@ static const struct board_info __initcon +@@ -2370,6 +2436,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6368 &board_96368mvwg, Index: target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch (working copy) @@ -86,7 +86,7 @@ #endif /* -@@ -2423,6 +2493,7 @@ static const struct board_info __initcon +@@ -2419,6 +2489,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, Index: target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch (working copy) @@ -122,7 +122,7 @@ #endif /* -@@ -2494,6 +2599,7 @@ static const struct board_info __initcon +@@ -2490,6 +2595,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, &board_963281TAN, Index: target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch (working copy) @@ -1,7 +1,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1400,6 +1400,59 @@ static struct board_info __initdata boar - }, +@@ -1396,6 +1396,59 @@ static struct board_info __initdata boar + .ephy_reset_gpio_flags = GPIOF_INIT_HIGH, }; +/* NetGear DG834G v4 */ @@ -60,7 +60,7 @@ #endif /* -@@ -2629,6 +2682,7 @@ static const struct board_info __initcon +@@ -2625,6 +2678,7 @@ static const struct board_info __initcon &board_ct536_ct5621, &board_96348A_122, &board_CPVA502plus, Index: target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch (working copy) @@ -14,7 +14,7 @@ static struct board_info board; /* -@@ -2353,6 +2360,117 @@ static struct board_info __initdata boar +@@ -2349,6 +2356,117 @@ static struct board_info __initdata boar .num_spis = ARRAY_SIZE(nb4_spi_devices), }; @@ -132,7 +132,7 @@ static struct board_info __initdata board_HW553 = { .name = "HW553", .expected_cpu_id = 0x6358, -@@ -2697,6 +2815,7 @@ static const struct board_info __initcon +@@ -2693,6 +2811,7 @@ static const struct board_info __initcon &board_nb4_ser_r2, &board_nb4_fxc_r1, &board_nb4_fxc_r2, Index: target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2613,6 +2613,73 @@ static struct board_info __initdata boar +@@ -2609,6 +2609,73 @@ static struct board_info __initdata boar }, } }; @@ -74,7 +74,7 @@ #endif /* -@@ -2818,6 +2885,7 @@ static const struct board_info __initcon +@@ -2814,6 +2881,7 @@ static const struct board_info __initcon &board_ct6373_1, &board_HW553, &board_spw303v, Index: target/linux/brcm63xx/patches-3.14/528-board_nb6.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/528-board_nb6.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/528-board_nb6.patch (working copy) @@ -17,7 +17,7 @@ #define CT6373_PID_OFFSET 0xff80 #define CT6373_74X164_GPIO_BASE 64 -@@ -2682,6 +2685,104 @@ static struct board_info __initdata boar +@@ -2678,6 +2681,104 @@ static struct board_info __initdata boar }; #endif @@ -122,7 +122,7 @@ /* * known 6368 boards */ -@@ -2888,6 +2989,10 @@ static const struct board_info __initcon +@@ -2884,6 +2985,10 @@ static const struct board_info __initcon &board_DVAG3810BN, #endif @@ -133,7 +133,7 @@ #ifdef CONFIG_BCM63XX_CPU_6368 &board_96368mvwg, &board_96368mvngr, -@@ -2955,6 +3060,11 @@ static void __init boardid_fixup(u8 *boo +@@ -2951,6 +3056,11 @@ static void __init boardid_fixup(u8 *boo } } Index: target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch (working copy) @@ -58,7 +58,7 @@ static struct board_info __initdata board_rta1025w_16 = { .name = "RTA1025W_16", .expected_cpu_id = 0x6348, -@@ -2957,6 +3008,7 @@ static const struct board_info __initcon +@@ -2953,6 +3004,7 @@ static const struct board_info __initcon &board_96348gw_10, &board_96348gw_11, &board_FAST2404, Index: target/linux/brcm63xx/patches-3.14/530-board_963281T_TEF.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/530-board_963281T_TEF.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/530-board_963281T_TEF.patch (working copy) @@ -127,7 +127,7 @@ static struct board_info __initdata board_dsl_274xb_f1 = { .name = "AW4339U", .expected_cpu_id = 0x6328, -@@ -2989,6 +3109,7 @@ static const struct board_info __initcon +@@ -2985,6 +3105,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, &board_963281TAN, Index: target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch (working copy) @@ -80,7 +80,7 @@ static struct board_info __initdata board_963281TAN = { .name = "963281TAN", .expected_cpu_id = 0x6328, -@@ -3108,6 +3181,7 @@ static const struct board_info __initcon +@@ -3104,6 +3177,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, Index: target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch (working copy) @@ -74,7 +74,7 @@ static struct board_info __initdata board_96328A_1441N1 = { .name = "96328A-1441N1", .expected_cpu_id = 0x6328, -@@ -3181,6 +3248,7 @@ static const struct board_info __initcon +@@ -3177,6 +3244,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, Index: target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch (working copy) @@ -56,7 +56,7 @@ #endif /* -@@ -3262,6 +3311,7 @@ static const struct board_info __initcon +@@ -3258,6 +3307,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6345 &board_96345gw2, Index: target/linux/brcm63xx/patches-3.14/534-board_hw556.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/534-board_hw556.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/534-board_hw556.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2911,6 +2911,492 @@ static struct board_info __initdata boar +@@ -2907,6 +2907,492 @@ static struct board_info __initdata boar }, }; @@ -493,7 +493,7 @@ /* T-Home Speedport W 303V Typ B */ static struct board_info __initdata board_spw303v = { .name = "96358-502V", -@@ -3350,6 +3836,10 @@ static const struct board_info __initcon +@@ -3346,6 +3832,10 @@ static const struct board_info __initcon &board_nb4_fxc_r2, &board_ct6373_1, &board_HW553, @@ -504,7 +504,7 @@ &board_spw303v, &board_DVAG3810BN, #endif -@@ -3415,13 +3905,37 @@ static void __init boardid_fixup(u8 *boo +@@ -3411,13 +3901,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: target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch (working copy) @@ -61,7 +61,7 @@ #endif /* -@@ -3798,6 +3852,7 @@ static const struct board_info __initcon +@@ -3794,6 +3848,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6345 &board_96345gw2, &board_rta770bw, Index: target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch (working copy) @@ -135,7 +135,7 @@ static struct board_info __initdata board_rta1025w_16 = { .name = "RTA1025W_16", .expected_cpu_id = 0x6348, -@@ -3842,6 +3958,7 @@ static const struct board_info __initcon +@@ -3838,6 +3954,7 @@ static const struct board_info __initcon &board_963281TAN, &board_963281T_TEF, &board_dsl_274xb_f1, Index: target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch (working copy) @@ -6,7 +6,7 @@ --- --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -3797,6 +3797,96 @@ static struct board_info __initdata boar +@@ -3793,6 +3793,96 @@ static struct board_info __initdata boar .devs = nb6_devices, .num_devs = ARRAY_SIZE(nb6_devices), }; @@ -103,7 +103,7 @@ #endif /* -@@ -4018,6 +4108,7 @@ static const struct board_info __initcon +@@ -4014,6 +4104,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6362 &board_nb6, Index: target/linux/brcm63xx/patches-3.14/550-alice_gate2_leds.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/550-alice_gate2_leds.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/550-alice_gate2_leds.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2213,6 +2213,99 @@ static struct board_info __initdata boar +@@ -2209,6 +2209,99 @@ static struct board_info __initdata boar .has_ohci0 = 1, .has_ehci0 = 1, Index: target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch (working copy) @@ -67,7 +67,7 @@ .force_speed_100 = 1, .force_duplex_full = 1, }, -@@ -2038,6 +2056,8 @@ static struct board_info __initdata boar +@@ -2034,6 +2052,8 @@ static struct board_info __initdata boar }, .enet1 = { @@ -76,7 +76,7 @@ .force_speed_100 = 1, .force_duplex_full = 1, }, -@@ -2090,6 +2110,8 @@ static struct board_info __initdata boar +@@ -2086,6 +2106,8 @@ static struct board_info __initdata boar }, .enet1 = { @@ -85,7 +85,7 @@ .force_speed_100 = 1, .force_duplex_full = 1, }, -@@ -2231,6 +2253,8 @@ static struct board_info __initdata boar +@@ -2227,6 +2249,8 @@ static struct board_info __initdata boar }, .enet1 = { @@ -94,7 +94,7 @@ .force_speed_100 = 1, .force_duplex_full = 1, }, -@@ -2348,6 +2372,8 @@ static struct board_info __initdata boar +@@ -2344,6 +2368,8 @@ static struct board_info __initdata boar }, .enet1 = { Index: target/linux/brcm63xx/patches-3.14/554-board_DWVS0_leds_buttons.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/554-board_DWVS0_leds_buttons.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/554-board_DWVS0_leds_buttons.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2380,6 +2380,94 @@ static struct board_info __initdata boar +@@ -2376,6 +2376,94 @@ static struct board_info __initdata boar .has_ohci0 = 1, .has_ehci0 = 1, Index: target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch (working copy) @@ -94,7 +94,7 @@ * known 6328 boards */ #ifdef CONFIG_BCM63XX_CPU_6328 -@@ -4272,6 +4359,9 @@ static const struct board_info __initcon +@@ -4268,6 +4355,9 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_3368 &board_cvg834g, #endif Index: target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch (working copy) @@ -95,7 +95,7 @@ #endif /* -@@ -4361,6 +4449,7 @@ static const struct board_info __initcon +@@ -4357,6 +4445,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6318 &board_96318ref, Index: target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -4441,6 +4441,75 @@ static struct board_info __initdata boar +@@ -4437,6 +4437,75 @@ static struct board_info __initdata boar #endif /* @@ -76,7 +76,7 @@ * all boards */ static const struct board_info __initconst *bcm963xx_boards[] = { -@@ -4525,6 +4594,9 @@ static const struct board_info __initcon +@@ -4521,6 +4590,9 @@ static const struct board_info __initcon &board_96368mvwg, &board_96368mvngr, #endif Index: target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch (working copy) @@ -8,7 +8,7 @@ --- --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2210,6 +2210,51 @@ static struct board_info __initdata boar +@@ -2206,6 +2206,51 @@ static struct board_info __initdata boar }, }; @@ -60,7 +60,7 @@ #endif /* -@@ -4561,6 +4606,7 @@ static const struct board_info __initcon +@@ -4557,6 +4602,7 @@ static const struct board_info __initcon &board_96348A_122, &board_CPVA502plus, &board_96348W3, Index: target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -4552,6 +4552,108 @@ static struct board_info __initdata boar +@@ -4548,6 +4548,108 @@ static struct board_info __initdata boar }, }, }; @@ -109,7 +109,7 @@ #endif /* -@@ -4642,6 +4744,7 @@ static const struct board_info __initcon +@@ -4638,6 +4740,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_63268 &board_963269bhr, Index: target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch (working copy) @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -4489,6 +4489,131 @@ static struct board_info __initdata boar +@@ -4485,6 +4485,131 @@ static struct board_info __initdata boar * known 63268/63269 boards */ #ifdef CONFIG_BCM63XX_CPU_63268 @@ -132,7 +132,7 @@ static struct board_info __initdata board_963269bhr = { .name = "963269BHR", .expected_cpu_id = 0x63268, -@@ -4743,6 +4868,7 @@ static const struct board_info __initcon +@@ -4739,6 +4864,7 @@ static const struct board_info __initcon &board_96368mvngr, #endif #ifdef CONFIG_BCM63XX_CPU_63268 Index: target/linux/brcm63xx/patches-3.14/801-ssb_export_fallback_sprom.patch =================================================================== --- target/linux/brcm63xx/patches-3.14/801-ssb_export_fallback_sprom.patch (revision 40563) +++ target/linux/brcm63xx/patches-3.14/801-ssb_export_fallback_sprom.patch (working copy) @@ -8,7 +8,7 @@ #include <linux/spi/spi.h> #include <linux/spi/spi_gpio.h> #if 0 /* FIXME: 3.14 removed non-DT support */ -@@ -4879,7 +4880,7 @@ static const struct board_info __initcon +@@ -4875,7 +4876,7 @@ static const struct board_info __initcon * bcm4318 WLAN work */ #ifdef CONFIG_SSB_PCIHOST @@ -17,7 +17,7 @@ .revision = 0x02, .board_rev = 0x17, .country_code = 0x0, -@@ -4899,6 +4900,7 @@ static struct ssb_sprom bcm63xx_sprom = +@@ -4895,6 +4896,7 @@ static struct ssb_sprom bcm63xx_sprom = .boardflags_lo = 0x2848, .boardflags_hi = 0x0000, }; _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel