brcm63xx: Add DT support for AR-5381u
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42239
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -166,6 +166,91 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -166,6 +166,92 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -15,6 +15,7 @@
 | 
			
		||||
+
 | 
			
		||||
+static struct board_info __initdata board_AR5381u = {
 | 
			
		||||
+	.name					= "96328A-1241N",
 | 
			
		||||
+	.of_board_id				= "comtrend,ar-5381u",
 | 
			
		||||
+	.expected_cpu_id			= 0x6328,
 | 
			
		||||
+
 | 
			
		||||
+	.has_uart0				= 1,
 | 
			
		||||
@@ -92,7 +93,7 @@
 | 
			
		||||
 static struct sprom_fixup __initdata ar5387un_fixups[] = {
 | 
			
		||||
 	{ .offset = 2, .value = 0x05bb },
 | 
			
		||||
 	{ .offset = 65, .value = 0x1204 },
 | 
			
		||||
@@ -2930,6 +3015,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -2930,6 +3016,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #endif
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6328
 | 
			
		||||
 	&board_96328avng,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -838,6 +838,55 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -839,6 +839,55 @@ static struct board_info __initdata boar
 | 
			
		||||
 
 | 
			
		||||
 	.has_uart0			= 1,
 | 
			
		||||
 };
 | 
			
		||||
@@ -56,7 +56,7 @@
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6345 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -3029,6 +3078,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -3030,6 +3079,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #endif
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6345
 | 
			
		||||
 	&board_96345gw2,
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 #include <linux/platform_device.h>
 | 
			
		||||
 #include <linux/spi/spi.h>
 | 
			
		||||
 #include <linux/spi/spi_gpio.h>
 | 
			
		||||
@@ -2676,6 +2677,405 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2677,6 +2678,405 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -414,7 +414,7 @@
 | 
			
		||||
  /* T-Home Speedport W 303V Typ B */
 | 
			
		||||
 static struct board_info __initdata board_spw303v = {
 | 
			
		||||
 	.name			= "96358-502V",
 | 
			
		||||
@@ -3114,6 +3514,9 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -3115,6 +3515,9 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_nb4_fxc_r1,
 | 
			
		||||
 	&board_ct6373_1,
 | 
			
		||||
 	&board_HW553,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -888,6 +888,60 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -889,6 +889,60 @@ static struct board_info __initdata boar
 | 
			
		||||
 		},
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
@@ -61,7 +61,7 @@
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6345 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -3479,6 +3533,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -3480,6 +3534,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6345
 | 
			
		||||
 	&board_96345gw2,
 | 
			
		||||
 	&board_rta770bw,
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
 | 
			
		||||
---
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -662,6 +662,122 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -663,6 +663,122 @@ static struct board_info __initdata boar
 | 
			
		||||
 		},
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
@@ -135,7 +135,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6328 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -3523,6 +3639,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -3524,6 +3640,7 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_963281TAN,
 | 
			
		||||
 	&board_A4001N1,
 | 
			
		||||
 	&board_dsl_274xb_f1,
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
 | 
			
		||||
---
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -3478,6 +3478,96 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -3479,6 +3479,96 @@ static struct board_info __initdata boar
 | 
			
		||||
 	.devs = nb6_devices,
 | 
			
		||||
 	.num_devs = ARRAY_SIZE(nb6_devices),
 | 
			
		||||
 };
 | 
			
		||||
@@ -103,7 +103,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6362 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -3695,6 +3785,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -3696,6 +3786,7 @@ static const struct board_info __initcon
 | 
			
		||||
 
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6362
 | 
			
		||||
 	&board_nb6,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -2303,6 +2303,99 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2304,6 +2304,99 @@ static struct board_info __initdata boar
 | 
			
		||||
 
 | 
			
		||||
 	.has_ohci0 = 1,
 | 
			
		||||
 	.has_ehci0 = 1,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -1774,6 +1774,19 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1775,6 +1775,19 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.has_ohci0 = 1,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -1170,6 +1170,17 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1171,6 +1171,17 @@ static struct board_info __initdata boar
 | 
			
		||||
 			.active_low	= 1,
 | 
			
		||||
 		},
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -792,6 +792,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -793,6 +793,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	.has_uart0			= 1,
 | 
			
		||||
 	.has_enet0			= 1,
 | 
			
		||||
 	.enet0 = {
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -836,6 +838,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -837,6 +839,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	.has_uart0			= 1,
 | 
			
		||||
 	.has_enet0			= 1,
 | 
			
		||||
 	.enet0 = {
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1126,6 +1130,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1127,6 +1131,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 		.use_internal_phy	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -27,7 +27,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1200,6 +1206,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1201,6 +1207,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -36,7 +36,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1481,6 +1489,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1482,6 +1490,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 		.use_internal_phy	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -45,7 +45,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1660,6 +1670,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1661,6 +1671,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -54,7 +54,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1736,6 +1748,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1737,6 +1749,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 		.use_internal_phy	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -63,7 +63,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1759,6 +1773,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1760,6 +1774,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 		.use_internal_phy	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -72,7 +72,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -1780,6 +1796,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1781,6 +1797,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 		.use_internal_phy	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -81,7 +81,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -2125,6 +2143,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2126,6 +2144,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -90,7 +90,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -2179,6 +2199,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2180,6 +2200,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -99,7 +99,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -2321,6 +2343,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2322,6 +2344,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
@@ -108,7 +108,7 @@
 | 
			
		||||
 		.force_speed_100	= 1,
 | 
			
		||||
 		.force_duplex_full	= 1,
 | 
			
		||||
 	},
 | 
			
		||||
@@ -2440,6 +2464,8 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2441,6 +2465,8 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 
 | 
			
		||||
 	.enet1 = {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -2472,6 +2472,94 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -2473,6 +2473,94 @@ static struct board_info __initdata boar
 | 
			
		||||
 
 | 
			
		||||
 	.has_ohci0			= 1,
 | 
			
		||||
 	.has_ehci0			= 1,
 | 
			
		||||
 
 | 
			
		||||
@@ -94,7 +94,7 @@
 | 
			
		||||
  * known 6328 boards
 | 
			
		||||
  */
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6328
 | 
			
		||||
@@ -3953,6 +4040,9 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -3954,6 +4041,9 @@ static const struct board_info __initcon
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_3368
 | 
			
		||||
 	&board_cvg834g,
 | 
			
		||||
 #endif
 | 
			
		||||
 
 | 
			
		||||
@@ -95,7 +95,7 @@
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6318 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -4042,6 +4130,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4043,6 +4131,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #endif
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6318
 | 
			
		||||
 	&board_96318ref,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -4122,6 +4122,75 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -4123,6 +4123,75 @@ static struct board_info __initdata boar
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6368 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -76,7 +76,7 @@
 | 
			
		||||
  * all boards
 | 
			
		||||
  */
 | 
			
		||||
 static const struct board_info __initconst *bcm963xx_boards[] = {
 | 
			
		||||
@@ -4202,6 +4271,9 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4203,6 +4272,9 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_96368mvwg,
 | 
			
		||||
 	&board_96368mvngr,
 | 
			
		||||
 #endif
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
 | 
			
		||||
---
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -1432,6 +1432,52 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -1433,6 +1433,52 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -61,7 +61,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
 | 
			
		||||
 
 | 
			
		||||
 /* BT Voyager 2110 */
 | 
			
		||||
 static struct board_info __initdata board_V2110 = {
 | 
			
		||||
@@ -4242,6 +4288,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4243,6 +4289,7 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_96348A_122,
 | 
			
		||||
 	&board_CPVA502plus,
 | 
			
		||||
 	&board_96348W3,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -4234,6 +4234,108 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -4235,6 +4235,108 @@ static struct board_info __initdata boar
 | 
			
		||||
 		},
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
@@ -109,7 +109,7 @@
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_63268 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -4320,6 +4422,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4321,6 +4423,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #endif
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
			
		||||
 	&board_963269bhr,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -4171,6 +4171,131 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -4172,6 +4172,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,
 | 
			
		||||
@@ -4421,6 +4546,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4422,6 +4547,7 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_96368mvngr,
 | 
			
		||||
 #endif
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_63268
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 #include <linux/platform_device.h>
 | 
			
		||||
 #include <linux/spi/spi.h>
 | 
			
		||||
 #include <linux/spi/spi_gpio.h>
 | 
			
		||||
@@ -4165,6 +4166,117 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -4166,6 +4167,117 @@ static struct board_info __initdata boar
 | 
			
		||||
 	.has_ohci0 = 1,
 | 
			
		||||
 	.has_ehci0 = 1,
 | 
			
		||||
 };
 | 
			
		||||
@@ -126,7 +126,7 @@
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6368 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -4544,6 +4656,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4545,6 +4657,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
			
		||||
 	&board_96368mvwg,
 | 
			
		||||
 	&board_96368mvngr,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -4167,6 +4167,116 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -4168,6 +4168,116 @@ static struct board_info __initdata boar
 | 
			
		||||
 	.has_ehci0 = 1,
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -117,7 +117,7 @@
 | 
			
		||||
 static struct b53_platform_data WAP5813n_b53_pdata = {
 | 
			
		||||
 	.alias = "eth0",
 | 
			
		||||
 };
 | 
			
		||||
@@ -4656,6 +4766,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4657,6 +4767,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
			
		||||
 	&board_96368mvwg,
 | 
			
		||||
 	&board_96368mvngr,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -4277,6 +4277,116 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -4278,6 +4278,116 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -117,7 +117,7 @@
 | 
			
		||||
 static struct b53_platform_data WAP5813n_b53_pdata = {
 | 
			
		||||
 	.alias = "eth0",
 | 
			
		||||
 };
 | 
			
		||||
@@ -4767,6 +4877,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4768,6 +4878,7 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_96368mvwg,
 | 
			
		||||
 	&board_96368mvngr,
 | 
			
		||||
 	&board_VR3025u,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -4176,6 +4176,96 @@ static struct sprom_fixup __initdata vr3
 | 
			
		||||
@@ -4177,6 +4177,96 @@ static struct sprom_fixup __initdata vr3
 | 
			
		||||
 	{ .offset = 115, .value = 0xfad9 },
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -97,7 +97,7 @@
 | 
			
		||||
 static struct board_info __initdata board_VR3025u = {
 | 
			
		||||
 	.name					= "96368M-1541N",
 | 
			
		||||
 	.expected_cpu_id		= 0x6368,
 | 
			
		||||
@@ -4876,6 +4966,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4877,6 +4967,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6368
 | 
			
		||||
 	&board_96368mvwg,
 | 
			
		||||
 	&board_96368mvngr,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -3223,6 +3223,56 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -3224,6 +3224,56 @@ static struct board_info __initdata boar
 | 
			
		||||
 	.num_spis = ARRAY_SIZE(ct6373_spi_devices),
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -57,7 +57,7 @@
 | 
			
		||||
 static struct board_info __initdata board_HW553 = {
 | 
			
		||||
 	.name                           = "HW553",
 | 
			
		||||
 	.expected_cpu_id                = 0x6358,
 | 
			
		||||
@@ -4950,6 +5000,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4951,6 +5001,7 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_nb4_ser_r0,
 | 
			
		||||
 	&board_nb4_fxc_r1,
 | 
			
		||||
 	&board_ct6373_1,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | 
			
		||||
@@ -607,6 +607,95 @@ static struct board_info __initdata boar
 | 
			
		||||
@@ -608,6 +608,95 @@ static struct board_info __initdata boar
 | 
			
		||||
 	},
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
@@ -96,7 +96,7 @@
 | 
			
		||||
 static struct board_info __initdata board_A4001N1 = {
 | 
			
		||||
 	.name					= "963281T_TEF",
 | 
			
		||||
 	.expected_cpu_id			= 0x6328,
 | 
			
		||||
@@ -4951,6 +5040,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -4952,6 +5041,7 @@ static const struct board_info __initcon
 | 
			
		||||
 	&board_AR5381u,
 | 
			
		||||
 	&board_AR5387un,
 | 
			
		||||
 	&board_963281TAN,
 | 
			
		||||
 
 | 
			
		||||
@@ -142,7 +142,7 @@
 | 
			
		||||
 #endif /* CONFIG_BCM63XX_CPU_6318 */
 | 
			
		||||
 
 | 
			
		||||
 /*
 | 
			
		||||
@@ -5034,6 +5169,7 @@ static const struct board_info __initcon
 | 
			
		||||
@@ -5035,6 +5170,7 @@ static const struct board_info __initcon
 | 
			
		||||
 #ifdef CONFIG_BCM63XX_CPU_6318
 | 
			
		||||
 	&board_96318ref,
 | 
			
		||||
 	&board_96318ref_p300,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user