brcm63xx: refresh patches

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 43576
This commit is contained in:
Jonas Gorski 2014-12-08 16:11:26 +00:00
parent 3fa17f6d58
commit bc4dd8e119
48 changed files with 70 additions and 70 deletions

View file

@ -65,11 +65,11 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -755,6 +806,7 @@ static struct of_device_id const bcm963x
@@ -756,6 +807,7 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },
{ .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
+ { .compatible = "d-link,dsl-2640b-b", .data = &board_96348_D4PW, },
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },

View file

@ -304,7 +304,7 @@
#endif
};
@@ -819,6 +1095,8 @@ static struct of_device_id const bcm963x
@@ -824,6 +1100,8 @@ static struct of_device_id const bcm963x
{ .compatible = "pirelli,a226m", .data = &board_DWVS0, },
{ .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, },
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },

View file

@ -107,7 +107,7 @@
&board_DWVS0,
&board_nb4_ser_r0,
&board_nb4_fxc_r1,
@@ -1132,6 +1225,7 @@ static struct of_device_id const bcm963x
@@ -1137,6 +1230,7 @@ static struct of_device_id const bcm963x
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
{ .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },

View file

@ -70,7 +70,7 @@
&board_nb4_ser_r0,
&board_nb4_fxc_r1,
#endif
@@ -1218,6 +1274,7 @@ static struct of_device_id const bcm963x
@@ -1223,6 +1279,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, },

View file

@ -93,11 +93,11 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1269,6 +1348,7 @@ static struct of_device_id const bcm963x
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
@@ -1272,6 +1351,7 @@ static struct of_device_id const bcm963x
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
+ { .compatible = "t-com,spw500v", .data = &board_spw500v, },
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
{ .compatible = "usr,9108", .data = &board_96348gw_a, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6358

View file

@ -122,12 +122,12 @@
&board_96348gw_10,
&board_96348gw_11,
&board_FAST2404,
@@ -1349,6 +1457,8 @@ static struct of_device_id const bcm963x
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
@@ -1352,6 +1460,8 @@ static struct of_device_id const bcm963x
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
{ .compatible = "t-com,spw500v", .data = &board_spw500v, },
+ { .compatible = "tecom,gw6000", .data = &board_gw6000, },
+ { .compatible = "tecom,gw6200", .data = &board_gw6200, },
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
{ .compatible = "usr,9108", .data = &board_96348gw_a, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6358

View file

@ -92,7 +92,7 @@
#endif
};
@@ -1539,6 +1617,7 @@ static struct of_device_id const bcm963x
@@ -1544,6 +1622,7 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },

View file

@ -81,7 +81,7 @@
#endif
};
@@ -1664,6 +1731,7 @@ static struct of_device_id const bcm963x
@@ -1669,6 +1736,7 @@ static struct of_device_id const bcm963x
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
{ .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },

View file

@ -74,7 +74,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1765,6 +1825,22 @@ void __init board_bcm963xx_init(void)
@@ -1771,6 +1831,22 @@ void __init board_bcm963xx_init(void)
val &= MPI_CSBASE_BASE_MASK;
}
boot_addr = (u8 *)KSEG1ADDR(val);

View file

@ -67,7 +67,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1830,6 +1883,8 @@ static struct of_device_id const bcm963x
@@ -1831,6 +1884,8 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },
{ .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },

View file

@ -85,11 +85,11 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1887,6 +1958,7 @@ static struct of_device_id const bcm963x
@@ -1888,6 +1959,7 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
{ .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, },
+ { .compatible = "comtrend,ct-5365", .data = &board_96348A_122, },
{ .compatible = "comtrend,ct-5621", .data = &board_ct536_ct5621, },
{ .compatible = "d-link,dsl-2640b-b", .data = &board_96348_D4PW, },
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },

View file

@ -107,8 +107,8 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
};
static struct of_device_id const bcm963xx_boards_dt[] = {
@@ -2019,6 +2102,7 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
@@ -2025,6 +2108,7 @@ static struct of_device_id const bcm963x
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
+ { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },

View file

@ -90,8 +90,8 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
#endif
};
@@ -2102,6 +2169,7 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
@@ -2108,6 +2175,7 @@ static struct of_device_id const bcm963x
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
+ { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },

View file

@ -146,7 +146,7 @@
&board_HW553,
&board_spw303v,
#endif
@@ -2422,6 +2547,7 @@ static struct of_device_id const bcm963x
@@ -2427,6 +2552,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, },

View file

@ -82,7 +82,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
@@ -2550,6 +2618,7 @@ static struct of_device_id const bcm963x
@@ -2555,6 +2623,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, },

View file

@ -133,9 +133,9 @@
#ifdef CONFIG_BCM63XX_CPU_6368
&board_96368mvwg,
&board_96368mvngr,
@@ -2628,6 +2733,9 @@ static struct of_device_id const bcm963x
{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
@@ -2634,6 +2739,9 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
+#ifdef CONFIG_BCM63XX_CPU_6362
+ { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },

View file

@ -66,9 +66,9 @@
&board_DV201AMR,
&board_96348gw_a,
&board_rta1025w_16,
@@ -2712,6 +2764,7 @@ static struct of_device_id const bcm963x
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
@@ -2715,6 +2767,7 @@ static struct of_device_id const bcm963x
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
+ { .compatible = "sagem,f@st2604", .data = &board_FAST2604, },
{ .compatible = "t-com,spw500v", .data = &board_spw500v, },

View file

@ -421,7 +421,7 @@
&board_spw303v,
&board_DVAG3810BN,
#endif
@@ -3155,6 +3555,9 @@ static struct of_device_id const bcm963x
@@ -3160,6 +3560,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, },

View file

@ -111,8 +111,8 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
@@ -3740,6 +3831,7 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
@@ -3746,6 +3837,7 @@ static struct of_device_id const bcm963x
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6362
+ { .compatible = "sagem,f@st2504n", .data = &board_fast2504n, },

View file

@ -134,7 +134,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_63268
&board_963268bu_p300,
@@ -4595,6 +4708,7 @@ static struct of_device_id const bcm963x
@@ -4601,6 +4714,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, },

View file

@ -125,7 +125,7 @@
&board_WAP5813n,
#endif
#ifdef CONFIG_BCM63XX_CPU_63268
@@ -4708,6 +4819,7 @@ static struct of_device_id const bcm963x
@@ -4714,6 +4825,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, },

View file

@ -125,7 +125,7 @@
&board_WAP5813n,
#endif
#ifdef CONFIG_BCM63XX_CPU_63268
@@ -4820,6 +4931,7 @@ static struct of_device_id const bcm963x
@@ -4826,6 +4937,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, },

View file

@ -105,7 +105,7 @@
&board_VR3025u,
&board_VR3025un,
&board_WAP5813n,
@@ -4933,6 +5024,7 @@ static struct of_device_id const bcm963x
@@ -4939,6 +5030,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, },

View file

@ -65,7 +65,7 @@
&board_HW553,
&board_HW556_A,
&board_HW556_B,
@@ -5002,6 +5053,7 @@ static struct of_device_id const bcm963x
@@ -5007,6 +5058,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, },

View file

@ -65,11 +65,11 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -755,6 +806,7 @@ static struct of_device_id const bcm963x
@@ -756,6 +807,7 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },
{ .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
+ { .compatible = "d-link,dsl-2640b-b", .data = &board_96348_D4PW, },
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },

View file

@ -304,7 +304,7 @@
#endif
};
@@ -819,6 +1095,8 @@ static struct of_device_id const bcm963x
@@ -824,6 +1100,8 @@ static struct of_device_id const bcm963x
{ .compatible = "pirelli,a226m", .data = &board_DWVS0, },
{ .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, },
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },

View file

@ -107,7 +107,7 @@
&board_DWVS0,
&board_nb4_ser_r0,
&board_nb4_fxc_r1,
@@ -1132,6 +1225,7 @@ static struct of_device_id const bcm963x
@@ -1137,6 +1230,7 @@ static struct of_device_id const bcm963x
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
{ .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },

View file

@ -70,7 +70,7 @@
&board_nb4_ser_r0,
&board_nb4_fxc_r1,
#endif
@@ -1218,6 +1274,7 @@ static struct of_device_id const bcm963x
@@ -1223,6 +1279,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, },

View file

@ -93,11 +93,11 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1269,6 +1348,7 @@ static struct of_device_id const bcm963x
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
@@ -1272,6 +1351,7 @@ static struct of_device_id const bcm963x
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
+ { .compatible = "t-com,spw500v", .data = &board_spw500v, },
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
{ .compatible = "usr,9108", .data = &board_96348gw_a, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6358

View file

@ -122,12 +122,12 @@
&board_96348gw_10,
&board_96348gw_11,
&board_FAST2404,
@@ -1349,6 +1457,8 @@ static struct of_device_id const bcm963x
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
@@ -1352,6 +1460,8 @@ static struct of_device_id const bcm963x
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
{ .compatible = "t-com,spw500v", .data = &board_spw500v, },
+ { .compatible = "tecom,gw6000", .data = &board_gw6000, },
+ { .compatible = "tecom,gw6200", .data = &board_gw6200, },
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
{ .compatible = "usr,9108", .data = &board_96348gw_a, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6358

View file

@ -92,7 +92,7 @@
#endif
};
@@ -1539,6 +1617,7 @@ static struct of_device_id const bcm963x
@@ -1544,6 +1622,7 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },

View file

@ -81,7 +81,7 @@
#endif
};
@@ -1664,6 +1731,7 @@ static struct of_device_id const bcm963x
@@ -1669,6 +1736,7 @@ static struct of_device_id const bcm963x
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
{ .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },

View file

@ -74,7 +74,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1765,6 +1825,22 @@ void __init board_bcm963xx_init(void)
@@ -1771,6 +1831,22 @@ void __init board_bcm963xx_init(void)
val &= MPI_CSBASE_BASE_MASK;
}
boot_addr = (u8 *)KSEG1ADDR(val);

View file

@ -67,7 +67,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1830,6 +1883,8 @@ static struct of_device_id const bcm963x
@@ -1831,6 +1884,8 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },
{ .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },

View file

@ -85,11 +85,11 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6358
@@ -1887,6 +1958,7 @@ static struct of_device_id const bcm963x
@@ -1888,6 +1959,7 @@ static struct of_device_id const bcm963x
{ .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
{ .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, },
+ { .compatible = "comtrend,ct-5365", .data = &board_96348A_122, },
{ .compatible = "comtrend,ct-5621", .data = &board_ct536_ct5621, },
{ .compatible = "d-link,dsl-2640b-b", .data = &board_96348_D4PW, },
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },

View file

@ -107,8 +107,8 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
};
static struct of_device_id const bcm963xx_boards_dt[] = {
@@ -2019,6 +2102,7 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
@@ -2025,6 +2108,7 @@ static struct of_device_id const bcm963x
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
+ { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },

View file

@ -90,8 +90,8 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
#endif
};
@@ -2102,6 +2169,7 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
@@ -2108,6 +2175,7 @@ static struct of_device_id const bcm963x
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
+ { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },

View file

@ -146,7 +146,7 @@
&board_HW553,
&board_spw303v,
#endif
@@ -2422,6 +2547,7 @@ static struct of_device_id const bcm963x
@@ -2427,6 +2552,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, },

View file

@ -82,7 +82,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
@@ -2550,6 +2618,7 @@ static struct of_device_id const bcm963x
@@ -2555,6 +2623,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, },

View file

@ -133,9 +133,9 @@
#ifdef CONFIG_BCM63XX_CPU_6368
&board_96368mvwg,
&board_96368mvngr,
@@ -2628,6 +2733,9 @@ static struct of_device_id const bcm963x
{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
@@ -2634,6 +2739,9 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
+#ifdef CONFIG_BCM63XX_CPU_6362
+ { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },

View file

@ -66,9 +66,9 @@
&board_DV201AMR,
&board_96348gw_a,
&board_rta1025w_16,
@@ -2712,6 +2764,7 @@ static struct of_device_id const bcm963x
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
@@ -2715,6 +2767,7 @@ static struct of_device_id const bcm963x
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
{ .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
+ { .compatible = "sagem,f@st2604", .data = &board_FAST2604, },
{ .compatible = "t-com,spw500v", .data = &board_spw500v, },

View file

@ -421,7 +421,7 @@
&board_spw303v,
&board_DVAG3810BN,
#endif
@@ -3155,6 +3555,9 @@ static struct of_device_id const bcm963x
@@ -3160,6 +3560,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, },

View file

@ -111,8 +111,8 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
#endif
#ifdef CONFIG_BCM63XX_CPU_6368
@@ -3740,6 +3831,7 @@ static struct of_device_id const bcm963x
{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
@@ -3746,6 +3837,7 @@ static struct of_device_id const bcm963x
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
#endif
#ifdef CONFIG_BCM63XX_CPU_6362
+ { .compatible = "sagem,f@st2504n", .data = &board_fast2504n, },

View file

@ -134,7 +134,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_63268
&board_963268bu_p300,
@@ -4595,6 +4708,7 @@ static struct of_device_id const bcm963x
@@ -4601,6 +4714,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, },

View file

@ -125,7 +125,7 @@
&board_WAP5813n,
#endif
#ifdef CONFIG_BCM63XX_CPU_63268
@@ -4708,6 +4819,7 @@ static struct of_device_id const bcm963x
@@ -4714,6 +4825,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, },

View file

@ -125,7 +125,7 @@
&board_WAP5813n,
#endif
#ifdef CONFIG_BCM63XX_CPU_63268
@@ -4820,6 +4931,7 @@ static struct of_device_id const bcm963x
@@ -4826,6 +4937,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, },

View file

@ -105,7 +105,7 @@
&board_VR3025u,
&board_VR3025un,
&board_WAP5813n,
@@ -4933,6 +5024,7 @@ static struct of_device_id const bcm963x
@@ -4939,6 +5030,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, },

View file

@ -65,7 +65,7 @@
&board_HW553,
&board_HW556_A,
&board_HW556_B,
@@ -5002,6 +5053,7 @@ static struct of_device_id const bcm963x
@@ -5007,6 +5058,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, },