mirror of https://github.com/hak5/openwrt.git
bcm63xx: add missing endif board comnents
This provides better context for board patches. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>master
parent
4a6795409d
commit
24f7ae814a
|
@ -14,24 +14,26 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
|
|||
|
||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
||||
@@ -693,6 +693,48 @@ static const struct board_info __initcon
|
||||
@@ -693,6 +693,52 @@ static const struct board_info __initcon
|
||||
};
|
||||
|
||||
static struct of_device_id const bcm963xx_boards_dt[] = {
|
||||
+#ifdef CONFIG_OF
|
||||
+#ifdef CONFIG_BCM63XX_CPU_3368
|
||||
+ { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_3368 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
+ { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
+ { .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
|
||||
+ { .compatible = "brcm,bcm96338w", .data = &board_96338w, },
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6338 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6345
|
||||
+ { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6345 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6348
|
||||
+ { .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
|
||||
+ { .compatible = "brcm,bcm96348r", .data = &board_96348r, },
|
||||
|
@ -44,7 +46,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
|
|||
+ { .compatible = "sagem,fast-2404", .data = &board_FAST2404, },
|
||||
+ { .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
|
||||
+ { .compatible = "usrobotics,usr9108", .data = &board_96348gw_a, },
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
+ { .compatible = "alcatel,rg100a", .data = &board_96358vw2, },
|
||||
+ { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, },
|
||||
|
@ -54,11 +56,13 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
|
|||
+ { .compatible = "pirelli,a226m", .data = &board_DWVS0, },
|
||||
+ { .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, },
|
||||
+ { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
+#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
+#endif
|
||||
+#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
+#endif /* CONFIG_OF */
|
||||
{ },
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -459,6 +475,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -461,6 +477,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, },
|
||||
|
|
|
@ -66,12 +66,12 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
};
|
||||
|
||||
@@ -492,6 +544,8 @@ static struct of_device_id const bcm963x
|
||||
@@ -494,6 +546,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, },
|
||||
+ { .compatible = "sfr,neufbox-4-sercomm-r0", .data = &board_nb4_ser_r0, },
|
||||
+ { .compatible = "sfr,neufbox-4-foxconn-r1", .data = &board_nb4_fxc_r1, },
|
||||
#endif
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6338 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6345
|
||||
&board_96345gw2,
|
||||
@@ -517,6 +531,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -519,6 +533,7 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
{ .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
|
||||
{ .compatible = "brcm,bcm96338w", .data = &board_96338w, },
|
||||
+ { .compatible = "d-link,dsl-2640u", .data = &board_96338w2_e7t, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6338 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6345
|
||||
{ .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
|
||||
|
|
|
@ -32,11 +32,11 @@
|
|||
&board_DWVS0,
|
||||
&board_nb4_ser_r0,
|
||||
&board_nb4_fxc_r1,
|
||||
@@ -561,6 +579,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -563,6 +581,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
|
||||
{ .compatible = "sfr,neufbox-4-sercomm-r0", .data = &board_nb4_ser_r0, },
|
||||
{ .compatible = "sfr,neufbox-4-foxconn-r1", .data = &board_nb4_fxc_r1, },
|
||||
+ { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
#endif
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
&board_nb4_ser_r0,
|
||||
&board_nb4_fxc_r1,
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
@@ -572,6 +589,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -574,6 +591,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, },
|
||||
|
|
|
@ -45,11 +45,11 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -582,6 +613,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -584,6 +615,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
|
||||
{ .compatible = "netgear,dg834gt-pn", .data = &board_96348gw_10, },
|
||||
{ .compatible = "sagem,fast-2404", .data = &board_FAST2404, },
|
||||
+ { .compatible = "t-com,speedport-w-500v", .data = &board_spw500v, },
|
||||
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
|
||||
{ .compatible = "usrobotics,usr9108", .data = &board_96348gw_a, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
&board_96348gw_10,
|
||||
&board_96348gw_11,
|
||||
&board_FAST2404,
|
||||
@@ -614,6 +656,8 @@ static struct of_device_id const bcm963x
|
||||
@@ -616,6 +658,8 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "netgear,dg834gt-pn", .data = &board_96348gw_10, },
|
||||
{ .compatible = "sagem,fast-2404", .data = &board_FAST2404, },
|
||||
{ .compatible = "t-com,speedport-w-500v", .data = &board_spw500v, },
|
||||
|
@ -64,4 +64,4 @@
|
|||
+ { .compatible = "tecom,gw6200", .data = &board_gw6200, },
|
||||
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
|
||||
{ .compatible = "usrobotics,usr9108", .data = &board_96348gw_a, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
|
|
|
@ -39,11 +39,11 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -658,6 +683,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -660,6 +685,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "t-com,speedport-w-500v", .data = &board_spw500v, },
|
||||
{ .compatible = "tecom,gw6000", .data = &board_gw6000, },
|
||||
{ .compatible = "tecom,gw6200", .data = &board_gw6200, },
|
||||
+ { .compatible = "telsey,magic", .data = &board_96348sv, },
|
||||
{ .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, },
|
||||
{ .compatible = "usrobotics,usr9108", .data = &board_96348gw_a, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
};
|
||||
|
||||
@@ -693,6 +719,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -695,6 +721,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, },
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6338 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6345
|
||||
&board_96345gw2,
|
||||
@@ -690,6 +704,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -692,6 +706,7 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
{ .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
|
||||
{ .compatible = "brcm,bcm96338w", .data = &board_96338w, },
|
||||
+ { .compatible = "dynalink,rta1320", .data = &board_rta1320_16m, },
|
||||
{ .compatible = "d-link,dsl-2640u", .data = &board_96338w2_e7t, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6338 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6345
|
||||
|
|
|
@ -29,11 +29,11 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
};
|
||||
|
||||
@@ -741,6 +756,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -743,6 +758,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
|
||||
{ .compatible = "sfr,neufbox-4-sercomm-r0", .data = &board_nb4_ser_r0, },
|
||||
{ .compatible = "sfr,neufbox-4-foxconn-r1", .data = &board_nb4_fxc_r1, },
|
||||
+ { .compatible = "t-com,speedport-w-303v", .data = &board_spw303v, },
|
||||
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
#endif
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -731,6 +753,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -733,6 +755,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, },
|
||||
|
@ -44,7 +44,7 @@
|
|||
{ .compatible = "d-link,dsl-2640b-b", .data = &board_96348_D4PW, },
|
||||
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
|
||||
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
|
||||
@@ -790,6 +813,22 @@ void __init board_bcm963xx_init(void)
|
||||
@@ -794,6 +817,22 @@ void __init board_bcm963xx_init(void)
|
||||
val &= MPI_CSBASE_BASE_MASK;
|
||||
}
|
||||
boot_addr = (u8 *)KSEG1ADDR(val);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -753,6 +770,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -755,6 +772,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, },
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -772,6 +797,8 @@ static struct of_device_id const bcm963x
|
||||
@@ -774,6 +799,8 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
|
||||
{ .compatible = "bt,voyager-2110", .data = &board_V2110, },
|
||||
{ .compatible = "bt,voyager-2500v-bb", .data = &board_V2500V_BB, },
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -799,6 +823,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -801,6 +825,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "bt,voyager-2110", .data = &board_V2110, },
|
||||
{ .compatible = "bt,voyager-2500v-bb", .data = &board_V2500V_BB, },
|
||||
{ .compatible = "comtrend,ct-536plus", .data = &board_ct536_ct5621, },
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -833,6 +862,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -835,6 +864,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "t-com,speedport-w-500v", .data = &board_spw500v, },
|
||||
{ .compatible = "tecom,gw6000", .data = &board_gw6000, },
|
||||
{ .compatible = "tecom,gw6200", .data = &board_gw6200, },
|
||||
|
|
|
@ -73,14 +73,14 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
|
|||
};
|
||||
|
||||
static struct of_device_id const bcm963xx_boards_dt[] = {
|
||||
@@ -884,6 +933,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
#endif
|
||||
@@ -888,6 +937,7 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
+ { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
--- a/arch/mips/bcm63xx/boards/board_common.c
|
||||
+++ b/arch/mips/bcm63xx/boards/board_common.c
|
||||
@@ -81,12 +81,25 @@ void __init board_early_setup(const stru
|
||||
|
|
|
@ -59,11 +59,11 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
|
|||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
};
|
||||
|
||||
@@ -933,6 +969,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
#endif
|
||||
@@ -937,6 +973,7 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
+ { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
|
||||
{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
|
|
|
@ -57,11 +57,11 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
|
|||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
&board_96338gw,
|
||||
@@ -943,6 +977,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
|
||||
#endif
|
||||
@@ -945,6 +979,7 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
+ { .compatible = "brcm,bcm963281tan", .data = &board_963281TAN, },
|
||||
{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
|
|
|
@ -69,11 +69,11 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
|
|||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
&board_96338gw,
|
||||
@@ -979,6 +1024,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -981,6 +1026,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, },
|
||||
+ { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
{ .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6348 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6358
|
||||
&board_96358vw,
|
||||
@@ -1050,6 +1068,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1052,6 +1070,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
|
||||
{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
|
||||
{ .compatible = "netgear,dg834gt-pn", .data = &board_96348gw_10, },
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
&board_HW553,
|
||||
&board_spw303v,
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
@@ -1082,6 +1107,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1084,6 +1109,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, },
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
&board_96368mvwg,
|
||||
@@ -1110,6 +1136,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1112,6 +1138,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, },
|
||||
|
|
|
@ -42,13 +42,11 @@
|
|||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
&board_96368mvwg,
|
||||
&board_96368mvngr,
|
||||
@@ -1147,6 +1175,9 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "t-com,speedport-w-303v", .data = &board_spw303v, },
|
||||
@@ -1150,6 +1178,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
#endif
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
+ { .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
|
||||
+#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
|
||||
{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
&board_DV201AMR,
|
||||
&board_96348gw_a,
|
||||
&board_rta1025w_16,
|
||||
@@ -1149,6 +1166,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1151,6 +1168,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "netgear,dg834gt-pn", .data = &board_96348gw_10, },
|
||||
{ .compatible = "netgear,dg834g-v4", .data = &board_96348W3, },
|
||||
{ .compatible = "sagem,fast-2404", .data = &board_FAST2404, },
|
||||
|
|
|
@ -58,9 +58,9 @@
|
|||
&board_dsl_274xb_f1,
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
@@ -1136,6 +1180,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
|
||||
#endif
|
||||
@@ -1138,6 +1182,7 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
+ { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
|
||||
{ .compatible = "brcm,bcm963281tan", .data = &board_963281TAN, },
|
||||
|
|
|
@ -87,11 +87,11 @@
|
|||
&board_963281TAN,
|
||||
&board_A4001N1,
|
||||
&board_dsl_274xb_f1,
|
||||
@@ -1183,6 +1256,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1185,6 +1258,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, },
|
||||
+ { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
|
||||
{ .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
|
|
|
@ -69,11 +69,11 @@
|
|||
&board_AR5387un,
|
||||
&board_963281TAN,
|
||||
&board_A4001N1,
|
||||
@@ -1256,6 +1311,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1258,6 +1313,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, },
|
||||
+ { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
|
||||
{ .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
|
||||
{ .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_6345 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6348
|
||||
&board_96348r,
|
||||
@@ -1323,6 +1337,8 @@ static struct of_device_id const bcm963x
|
||||
#endif
|
||||
@@ -1325,6 +1339,8 @@ static struct of_device_id const bcm963x
|
||||
#endif /* CONFIG_BCM63XX_CPU_6338 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6345
|
||||
{ .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
|
||||
+ { .compatible = "dynalink,rta770bw", .data = &board_rta770w, },
|
||||
+ { .compatible = "dynalink,rta770w", .data = &board_rta770w, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6345 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6348
|
||||
{ .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
&board_spw303v,
|
||||
&board_DVAG3810BN,
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
@@ -1375,6 +1467,9 @@ static struct of_device_id const bcm963x
|
||||
@@ -1377,6 +1469,9 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
|
||||
{ .compatible = "d-link,dva-g3810bn-tl", .data = &board_DVAG3810BN, },
|
||||
{ .compatible = "huawei,echolife-hg553", .data = &board_HW553, },
|
||||
|
|
|
@ -63,11 +63,11 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
|||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
&board_96338gw,
|
||||
@@ -1420,6 +1457,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1422,6 +1459,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
|
||||
{ .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
|
||||
{ .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
|
||||
+ { .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
{ .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
|
||||
|
|
|
@ -52,11 +52,11 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
|
|||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
&board_96368mvwg,
|
||||
@@ -1518,6 +1550,7 @@ static struct of_device_id const bcm963x
|
||||
@@ -1520,6 +1552,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
+ { .compatible = "sagem,fast-2504n", .data = &board_fast2504n, },
|
||||
{ .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
|
|
|
@ -64,13 +64,11 @@
|
|||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
&board_96328avng,
|
||||
&board_AR5381u,
|
||||
@@ -1482,6 +1532,9 @@ static struct of_device_id const bcm963x
|
||||
#ifdef CONFIG_BCM63XX_CPU_3368
|
||||
@@ -1483,6 +1533,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
|
||||
#endif
|
||||
+#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
#endif /* CONFIG_BCM63XX_CPU_3368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
+ { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
|
||||
+#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
{ .compatible = "adb,a4001n1", .data = &board_A4001N1, },
|
||||
{ .compatible = "brcm,bcm963281tan", .data = &board_963281TAN, },
|
||||
|
|
|
@ -58,10 +58,10 @@
|
|||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
&board_96328avng,
|
||||
@@ -1534,6 +1577,7 @@ static struct of_device_id const bcm963x
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_3368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
{ .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
|
||||
+ { .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
{ .compatible = "adb,a4001n1", .data = &board_A4001N1, },
|
||||
|
|
|
@ -59,9 +59,9 @@
|
|||
static struct of_device_id const bcm963xx_boards_dt[] = {
|
||||
@@ -1655,6 +1698,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
+ { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
#endif /* CONFIG_OF */
|
||||
{ },
|
||||
|
|
|
@ -40,7 +40,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
|
|||
&board_96358vw,
|
||||
@@ -1643,6 +1659,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "dynalink,rta770w", .data = &board_rta770w, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6345 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6348
|
||||
+ { .compatible = "asmax,ar-1004g", .data = &board_96348gw_10_AR1004G, },
|
||||
{ .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
|
||||
|
|
|
@ -58,10 +58,10 @@
|
|||
};
|
||||
|
||||
@@ -1716,6 +1759,7 @@ static struct of_device_id const bcm963x
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
{ .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
|
||||
+ { .compatible = "inteno,vg50", .data = &board_vw6339gu, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
#endif /* CONFIG_OF */
|
||||
{ },
|
||||
|
|
|
@ -76,9 +76,9 @@
|
|||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
@@ -1758,6 +1818,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
+ { .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
|
||||
{ .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
|
||||
{ .compatible = "inteno,vg50", .data = &board_vw6339gu, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
|
|
|
@ -70,6 +70,6 @@
|
|||
{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
|
||||
{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
+ { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
{ .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
|
||||
|
|
|
@ -74,5 +74,5 @@
|
|||
{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
|
||||
+ { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
|
||||
{ .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
|
|
|
@ -74,5 +74,5 @@
|
|||
{ .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
|
||||
+ { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
|
||||
{ .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
|
|
|
@ -62,6 +62,6 @@
|
|||
{ .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
|
||||
{ .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
|
||||
+ { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
{ .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
&board_FAST2704V2,
|
||||
@@ -1968,6 +2012,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
+ { .compatible = "adb,a4001n", .data = &board_A4001N, },
|
||||
{ .compatible = "adb,a4001n1", .data = &board_A4001N1, },
|
||||
|
|
|
@ -86,6 +86,6 @@
|
|||
{ .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
|
||||
{ .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
|
||||
+ { .compatible = "d-link,dsl-275xb-d1", .data = &board_dsl_2751b_d1, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
{ .compatible = "adb,a4001n", .data = &board_A4001N, },
|
||||
|
|
|
@ -45,5 +45,5 @@
|
|||
{ .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
|
||||
+ { .compatible = "netgear,dgnd3700-v1", .data = &board_DGND3700v1_3800B, },
|
||||
{ .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
|
|
|
@ -45,6 +45,6 @@
|
|||
{ .compatible = "t-com,speedport-w-303v", .data = &board_spw303v, },
|
||||
{ .compatible = "telsey,cpva642", .data = &board_CPVA642, },
|
||||
+ { .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
{ .compatible = "sagem,fast-2504n", .data = &board_fast2504n, },
|
||||
|
|
|
@ -68,4 +68,4 @@
|
|||
+ { .compatible = "huawei,echolife-hg655b", .data = &board_HG655b, },
|
||||
{ .compatible = "netgear,dgnd3700-v1", .data = &board_DGND3700v1_3800B, },
|
||||
{ .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
|
|
|
@ -63,6 +63,6 @@
|
|||
{ .compatible = "brcm,bcm96318ref-p300", .data = &board_96318ref_p300, },
|
||||
{ .compatible = "d-link,dsl-275xb-d1", .data = &board_dsl_2751b_d1, },
|
||||
+ { .compatible = "sagem,fast-2704n", .data = &board_FAST2704N, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6328
|
||||
{ .compatible = "adb,a4001n", .data = &board_A4001N, },
|
||||
|
|
|
@ -65,5 +65,5 @@
|
|||
{ .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, },
|
||||
+ { .compatible = "nucom,r5010un-v2", .data = &board_R5010UNV2, },
|
||||
{ .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
|
|
|
@ -58,5 +58,5 @@
|
|||
{ .compatible = "netgear,dgnd3700-v1", .data = &board_DGND3700v1_3800B, },
|
||||
+ { .compatible = "netgear,evg2000", .data = &board_EVG2000, },
|
||||
{ .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
&board_DGND3700v1_3800B,
|
||||
@@ -2483,6 +2527,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
+ { .compatible = "adb,av4202n", .data = &board_AV4202N, },
|
||||
{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
|
||||
|
|
|
@ -121,5 +121,5 @@
|
|||
{ .compatible = "netgear,evg2000", .data = &board_EVG2000, },
|
||||
+ { .compatible = "observa,vh4032n", .data = &board_VH4032N, },
|
||||
{ .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6368 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_63268
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
&board_VR3025un,
|
||||
@@ -2628,6 +2652,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
+ { .compatible = "actiontec,r1000h", .data = &board_R1000H, },
|
||||
{ .compatible = "adb,av4202n", .data = &board_AV4202N, },
|
||||
|
|
|
@ -81,4 +81,4 @@
|
|||
+ { .compatible = "comtrend,ar-5315u", .data = &board_AR5315u, },
|
||||
{ .compatible = "d-link,dsl-275xb-d1", .data = &board_dsl_2751b_d1, },
|
||||
{ .compatible = "sagem,fast-2704n", .data = &board_FAST2704N, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6318 */
|
||||
|
|
|
@ -86,6 +86,6 @@
|
|||
{ .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, },
|
||||
+ { .compatible = "sercomm,ad1018", .data = &board_AD1018, },
|
||||
+ { .compatible = "sercomm,ad1018-nor", .data = &board_AD1018, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6328 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6338
|
||||
{ .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
|
||||
|
|
|
@ -56,6 +56,6 @@
|
|||
{ .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
|
||||
{ .compatible = "inteno,vg50", .data = &board_vw6339gu, },
|
||||
+ { .compatible = "sky,sr102", .data = &board_BSKYB_63168, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
#endif /* CONFIG_OF */
|
||||
{ },
|
||||
|
|
|
@ -57,4 +57,4 @@
|
|||
+ { .compatible = "comtrend,vr-3032u", .data = &board_VR3032u, },
|
||||
{ .compatible = "inteno,vg50", .data = &board_vw6339gu, },
|
||||
{ .compatible = "sky,sr102", .data = &board_BSKYB_63168, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
@@ -2850,6 +2875,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
+ { .compatible = "netgear,dgnd3700-v2", .data = &board_dgnd3700v2, },
|
||||
{ .compatible = "sagem,fast-2504n", .data = &board_fast2504n, },
|
||||
{ .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6362 */
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
&board_AV4202N,
|
||||
@@ -2901,6 +2933,7 @@ static struct of_device_id const bcm963x
|
||||
{ .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_6358 */
|
||||
#ifdef CONFIG_BCM63XX_CPU_6362
|
||||
+ { .compatible = "huawei,hg253s-v2", .data = &board_hg253s_v2, },
|
||||
{ .compatible = "netgear,dgnd3700-v2", .data = &board_dgnd3700v2, },
|
||||
|
|
|
@ -52,5 +52,5 @@
|
|||
+ { .compatible = "sercomm,h500-s-lowi", .data = &board_H500s, },
|
||||
+ { .compatible = "sercomm,h500-s-vfes", .data = &board_H500s, },
|
||||
{ .compatible = "sky,sr102", .data = &board_BSKYB_63168, },
|
||||
#endif
|
||||
#endif /* CONFIG_BCM63XX_CPU_63268 */
|
||||
#endif /* CONFIG_OF */
|
||||
|
|
Loading…
Reference in New Issue