brcm63xx: refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 43453
This commit is contained in:
		@@ -304,7 +304,7 @@
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 };
 | 
					 };
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -818,6 +1094,8 @@ static struct of_device_id const bcm963x
 | 
					@@ -819,6 +1095,8 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "pirelli,a226m", .data = &board_DWVS0, },
 | 
					 	{ .compatible = "pirelli,a226m", .data = &board_DWVS0, },
 | 
				
			||||||
 	{ .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, },
 | 
					 	{ .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, },
 | 
				
			||||||
 	{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
 | 
					 	{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -92,7 +92,7 @@
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 };
 | 
					 };
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -1538,6 +1616,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -1539,6 +1617,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
 | 
					 	{ .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
 | 
				
			||||||
 	{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
 | 
					 	{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
 | 
				
			||||||
 	{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
 | 
					 	{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -81,7 +81,7 @@
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 };
 | 
					 };
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -1663,6 +1730,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -1664,6 +1731,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
 | 
					 	{ .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
 | 
				
			||||||
 	{ .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
 | 
					 	{ .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
 | 
				
			||||||
 	{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
 | 
					 	{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -74,7 +74,7 @@
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6358
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6358
 | 
				
			||||||
@@ -1764,6 +1824,22 @@ void __init board_bcm963xx_init(void)
 | 
					@@ -1765,6 +1825,22 @@ void __init board_bcm963xx_init(void)
 | 
				
			||||||
 		val &= MPI_CSBASE_BASE_MASK;
 | 
					 		val &= MPI_CSBASE_BASE_MASK;
 | 
				
			||||||
 	}
 | 
					 	}
 | 
				
			||||||
 	boot_addr = (u8 *)KSEG1ADDR(val);
 | 
					 	boot_addr = (u8 *)KSEG1ADDR(val);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -107,7 +107,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
 | 
				
			|||||||
 };
 | 
					 };
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 static struct of_device_id const bcm963xx_boards_dt[] = {
 | 
					 static struct of_device_id const bcm963xx_boards_dt[] = {
 | 
				
			||||||
@@ -2018,6 +2101,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -2019,6 +2102,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
					 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -90,7 +90,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 };
 | 
					 };
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@@ -2101,6 +2168,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -2102,6 +2169,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
					 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -130,7 +130,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6338
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6338
 | 
				
			||||||
 	&board_96338gw,
 | 
					 	&board_96338gw,
 | 
				
			||||||
@@ -2742,6 +2870,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -2234,6 +2340,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6328
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6328
 | 
				
			||||||
 	{ .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
 | 
					 	{ .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
 | 
					 	{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -146,11 +146,11 @@
 | 
				
			|||||||
 	&board_HW553,
 | 
					 	&board_HW553,
 | 
				
			||||||
 	&board_spw303v,
 | 
					 	&board_spw303v,
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
@@ -2421,6 +2546,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -2422,6 +2547,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "alcatel,rg100a", .data = &board_96358vw2, },
 | 
					 	{ .compatible = "alcatel,rg100a", .data = &board_96358vw2, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96358vw", .data = &board_96358vw, },
 | 
					 	{ .compatible = "brcm,bcm96358vw", .data = &board_96358vw, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
 | 
					 	{ .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
 | 
				
			||||||
+	{ .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, },
 | 
					+	{ .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, },
 | 
				
			||||||
 	{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
 | 
					 	{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
 | 
				
			||||||
 | 
					 	{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
 | 
				
			||||||
 	{ .compatible = "huawei,hg553", .data = &board_HW553, },
 | 
					 	{ .compatible = "huawei,hg553", .data = &board_HW553, },
 | 
				
			||||||
 	{ .compatible = "pirelli,a226g", .data = &board_DWVS0, },
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -82,7 +82,7 @@
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
@@ -2548,6 +2616,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -2550,6 +2618,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, },
 | 
					 	{ .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, },
 | 
				
			||||||
 	{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
 | 
					 	{ .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
 | 
				
			||||||
 	{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
 | 
					 	{ .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -133,7 +133,7 @@
 | 
				
			|||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
 	&board_96368mvwg,
 | 
					 	&board_96368mvwg,
 | 
				
			||||||
 	&board_96368mvngr,
 | 
					 	&board_96368mvngr,
 | 
				
			||||||
@@ -2626,6 +2731,9 @@ static struct of_device_id const bcm963x
 | 
					@@ -2628,6 +2733,9 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
 | 
					 	{ .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
 | 
				
			||||||
 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
					 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -66,7 +66,7 @@
 | 
				
			|||||||
 	&board_DV201AMR,
 | 
					 	&board_DV201AMR,
 | 
				
			||||||
 	&board_96348gw_a,
 | 
					 	&board_96348gw_a,
 | 
				
			||||||
 	&board_rta1025w_16,
 | 
					 	&board_rta1025w_16,
 | 
				
			||||||
@@ -2711,6 +2763,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -2712,6 +2764,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
 | 
					 	{ .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
 | 
				
			||||||
 	{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
 | 
					 	{ .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
 | 
				
			||||||
 	{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
 | 
					 	{ .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -149,4 +149,4 @@
 | 
				
			|||||||
+	{ .compatible = "adb,a4001n1", .data = &board_A4001N1, },
 | 
					+	{ .compatible = "adb,a4001n1", .data = &board_A4001N1, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
 | 
					 	{ .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
 | 
					 	{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
 | 
				
			||||||
 #endif
 | 
					 	{ .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -106,5 +106,5 @@
 | 
				
			|||||||
 	{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
 | 
					 	{ .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
 | 
				
			||||||
+	{ .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
 | 
					+	{ .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
 | 
				
			||||||
 	{ .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
 | 
					 	{ .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
 | 
				
			||||||
 | 
					 	{ .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6338
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -421,8 +421,8 @@
 | 
				
			|||||||
 	&board_spw303v,
 | 
					 	&board_spw303v,
 | 
				
			||||||
 	&board_DVAG3810BN,
 | 
					 	&board_DVAG3810BN,
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
@@ -3152,6 +3552,9 @@ static struct of_device_id const bcm963x
 | 
					@@ -3155,6 +3555,9 @@ 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, },
 | 
					 	{ .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, },
 | 
				
			||||||
 	{ .compatible = "huawei,hg553", .data = &board_HW553, },
 | 
					 	{ .compatible = "huawei,hg553", .data = &board_HW553, },
 | 
				
			||||||
+	{ .compatible = "huawei,hg556a-a", .data = &board_HW556_A, },
 | 
					+	{ .compatible = "huawei,hg556a-a", .data = &board_HW556_A, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -143,7 +143,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6338
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6338
 | 
				
			||||||
 	&board_96338gw,
 | 
					 	&board_96338gw,
 | 
				
			||||||
@@ -3576,6 +3693,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -3577,6 +3694,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
 | 
					 	{ .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
 | 
				
			||||||
 	{ .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
 | 
					 	{ .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
 | 
				
			||||||
 	{ .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },
 | 
					 	{ .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -111,7 +111,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
@@ -3738,6 +3829,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -3740,6 +3831,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
					 	{ .compatible = "t-com,spw303v", .data = &board_spw303v, },
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6362
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6362
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -68,7 +68,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6358
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6358
 | 
				
			||||||
@@ -4275,6 +4321,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -4277,6 +4323,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
 | 
					 	{ .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6348
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6348
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -134,7 +134,7 @@
 | 
				
			|||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
					 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
				
			||||||
 	&board_963268bu_p300,
 | 
					 	&board_963268bu_p300,
 | 
				
			||||||
@@ -4590,6 +4703,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -4595,6 +4708,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
 | 
					 	{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
 | 
					 	{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -125,7 +125,7 @@
 | 
				
			|||||||
 	&board_WAP5813n,
 | 
					 	&board_WAP5813n,
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
					 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
				
			||||||
@@ -4703,6 +4814,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -4708,6 +4819,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
					 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
 | 
					 	{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
 | 
					 	{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -125,7 +125,7 @@
 | 
				
			|||||||
 	&board_WAP5813n,
 | 
					 	&board_WAP5813n,
 | 
				
			||||||
 #endif
 | 
					 #endif
 | 
				
			||||||
 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
					 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
				
			||||||
@@ -4815,6 +4926,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -4820,6 +4931,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
 | 
					 	{ .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
 | 
				
			||||||
 	{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
 | 
					 	{ .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
 | 
				
			||||||
 	{ .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
 | 
					 	{ .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -105,7 +105,7 @@
 | 
				
			|||||||
 	&board_VR3025u,
 | 
					 	&board_VR3025u,
 | 
				
			||||||
 	&board_VR3025un,
 | 
					 	&board_VR3025un,
 | 
				
			||||||
 	&board_WAP5813n,
 | 
					 	&board_WAP5813n,
 | 
				
			||||||
@@ -4928,6 +5019,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -4933,6 +5024,7 @@ static struct of_device_id const bcm963x
 | 
				
			||||||
 	{ .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
 | 
					 	{ .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
 | 
				
			||||||
 	{ .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
 | 
					 	{ .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
 | 
				
			||||||
 	{ .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
 | 
					 	{ .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -65,9 +65,9 @@
 | 
				
			|||||||
 	&board_HW553,
 | 
					 	&board_HW553,
 | 
				
			||||||
 	&board_HW556_A,
 | 
					 	&board_HW556_A,
 | 
				
			||||||
 	&board_HW556_B,
 | 
					 	&board_HW556_B,
 | 
				
			||||||
@@ -4998,6 +5049,7 @@ static struct of_device_id const bcm963x
 | 
					@@ -5002,6 +5053,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-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, },
 | 
					 	{ .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, },
 | 
				
			||||||
+	{ .compatible = "huawei,hg520v", .data = &board_HW520, },
 | 
					+	{ .compatible = "huawei,hg520v", .data = &board_HW520, },
 | 
				
			||||||
 	{ .compatible = "huawei,hg553", .data = &board_HW553, },
 | 
					 	{ .compatible = "huawei,hg553", .data = &board_HW553, },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user