brcm63xx: Add DT support for 96368MVNgr

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 42737
master
Jonas Gorski 10 years ago
parent cdea47cbc3
commit 477826ef31
  1. 8
      target/linux/brcm63xx/dts/bcm96368MVNgr.dts
  2. 3
      target/linux/brcm63xx/image/Makefile
  3. 5
      target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch
  4. 2
      target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
  5. 2
      target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch
  6. 2
      target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch
  7. 2
      target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
  8. 2
      target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch
  9. 2
      target/linux/brcm63xx/patches-3.14/528-board_nb6.patch
  10. 2
      target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch
  11. 2
      target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
  12. 2
      target/linux/brcm63xx/patches-3.14/531-board_AR-5387un.patch
  13. 2
      target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch
  14. 2
      target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch
  15. 2
      target/linux/brcm63xx/patches-3.14/534-board_hw556.patch
  16. 2
      target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch
  17. 2
      target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch
  18. 2
      target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch
  19. 2
      target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch
  20. 2
      target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch
  21. 4
      target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch
  22. 2
      target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch
  23. 4
      target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch
  24. 4
      target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch
  25. 4
      target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch
  26. 4
      target/linux/brcm63xx/patches-3.14/562-board_VR-3025u.patch
  27. 4
      target/linux/brcm63xx/patches-3.14/563-board_VR-3025un.patch
  28. 4
      target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch
  29. 2
      target/linux/brcm63xx/patches-3.14/565-board_hw520.patch
  30. 2
      target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch
  31. 2
      target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch
  32. 9
      target/linux/brcm63xx/profiles/01-generic.mk

@ -0,0 +1,8 @@
/dts-v1/;
/include/ "bcm6368.dtsi"
/ {
model = "Broadcom BCM96368MVNgr reference board";
compatible = "brcm,bcm96368mvngr", "brcm,bcm6368";
};

@ -234,7 +234,6 @@ endef
define Image/Build
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
# Various routers
$(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
$(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)
# BT Voyager V210_BTR
@ -350,6 +349,8 @@ $(eval $(call CfeImageDTB,96348R,bcm96348R,96348R,6348,96348R-generic))
$(eval $(call CfeImageDTB,96358VW,bcm96358VW,96358VW,6358,96358VW-generic))
# Generic 96358VW2
$(eval $(call CfeImageDTB,96358VW2,bcm96358VW2,96358VW2,6358,96358VW2-generic))
# Generic 96368MVNgr
$(eval $(call CfeImageDTB,96368MVNgr,bcm96368MVNgr,96368MVNgr,6368,96368MVNgr-generic))
# ADB P.DG A4001N
$(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8))

@ -9,13 +9,14 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -2012,6 +2012,72 @@ static struct board_info __initdata boar
@@ -2012,6 +2012,73 @@ static struct board_info __initdata boar
.has_ohci0 = 1,
.has_ehci0 = 1,
};
+
+static struct board_info __initdata board_96368mvngr = {
+ .name = "96368MVNgr",
+ .of_board_id = "brcm,bcm96368mvngr",
+ .expected_cpu_id = 0x6368,
+
+ .has_uart0 = 1,
@ -82,7 +83,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
#endif /* CONFIG_BCM63XX_CPU_6368 */
/*
@@ -2069,6 +2135,7 @@ static const struct board_info __initcon
@@ -2069,6 +2136,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6368
&board_96368mvwg,

@ -87,7 +87,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
#endif /* CONFIG_BCM63XX_CPU_6328 */
/*
@@ -2121,6 +2192,7 @@ static const struct board_info __initcon
@@ -2122,6 +2193,7 @@ static const struct board_info __initcon
#endif
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,

@ -122,7 +122,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
#endif /* CONFIG_BCM63XX_CPU_6328 */
/*
@@ -2193,6 +2298,7 @@ static const struct board_info __initcon
@@ -2194,6 +2299,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,
&board_963281TAN,

@ -60,7 +60,7 @@
static struct board_info __initdata board_96348_D4PW = {
.name = "D-4P-W",
.expected_cpu_id = 0x6348,
@@ -2328,6 +2381,7 @@ static const struct board_info __initcon
@@ -2329,6 +2382,7 @@ static const struct board_info __initcon
&board_ct536_ct5621,
&board_96348A_122,
&board_CPVA502plus,

@ -139,7 +139,7 @@
static struct board_info __initdata board_HW553 = {
.name = "HW553",
.of_board_id = "huawei,hg553",
@@ -2393,6 +2518,7 @@ static const struct board_info __initcon
@@ -2394,6 +2519,7 @@ static const struct board_info __initcon
&board_dsl_274xb_rev_c,
&board_nb4_ser_r0,
&board_nb4_fxc_r1,

@ -75,7 +75,7 @@
#endif /* CONFIG_BCM63XX_CPU_6358 */
/*
@@ -2521,6 +2589,7 @@ static const struct board_info __initcon
@@ -2522,6 +2590,7 @@ static const struct board_info __initcon
&board_ct6373_1,
&board_HW553,
&board_spw303v,

@ -123,7 +123,7 @@
/*
* known 6368 boards
*/
@@ -2592,6 +2694,10 @@ static const struct board_info __initcon
@@ -2593,6 +2695,10 @@ static const struct board_info __initcon
&board_DVAG3810BN,
#endif

@ -58,7 +58,7 @@
static struct board_info __initdata board_rta1025w_16 = {
.name = "RTA1025W_16",
.of_board_id = "dynalink,rta1025w",
@@ -2665,6 +2716,7 @@ static const struct board_info __initcon
@@ -2666,6 +2717,7 @@ static const struct board_info __initcon
&board_96348gw_10,
&board_96348gw_11,
&board_FAST2404,

@ -135,7 +135,7 @@
static struct board_info __initdata board_dsl_274xb_f1 = {
.name = "AW4339U",
.expected_cpu_id = 0x6328,
@@ -2697,6 +2825,7 @@ static const struct board_info __initcon
@@ -2698,6 +2826,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,
&board_963281TAN,

@ -117,7 +117,7 @@
static struct board_info __initdata board_963281TAN = {
.name = "963281TAN",
.of_board_id = "brcm,bcm963281TAN",
@@ -2824,6 +2934,7 @@ static const struct board_info __initcon
@@ -2825,6 +2935,7 @@ static const struct board_info __initcon
#endif
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,

@ -93,7 +93,7 @@
static struct sprom_fixup __initdata ar5387un_fixups[] = {
{ .offset = 2, .value = 0x05bb },
{ .offset = 65, .value = 0x1204 },
@@ -2934,6 +3020,7 @@ static const struct board_info __initcon
@@ -2935,6 +3021,7 @@ static const struct board_info __initcon
#endif
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,

@ -56,7 +56,7 @@
#endif /* CONFIG_BCM63XX_CPU_6345 */
/*
@@ -3034,6 +3083,7 @@ static const struct board_info __initcon
@@ -3035,6 +3084,7 @@ static const struct board_info __initcon
#endif
#ifdef CONFIG_BCM63XX_CPU_6345
&board_96345gw2,

@ -414,7 +414,7 @@
/* T-Home Speedport W 303V Typ B */
static struct board_info __initdata board_spw303v = {
.name = "96358-502V",
@@ -3119,6 +3519,9 @@ static const struct board_info __initcon
@@ -3120,6 +3520,9 @@ static const struct board_info __initcon
&board_nb4_fxc_r1,
&board_ct6373_1,
&board_HW553,

@ -61,7 +61,7 @@
#endif /* CONFIG_BCM63XX_CPU_6345 */
/*
@@ -3484,6 +3538,7 @@ static const struct board_info __initcon
@@ -3485,6 +3539,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6345
&board_96345gw2,
&board_rta770bw,

@ -135,7 +135,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
#endif /* CONFIG_BCM63XX_CPU_6328 */
/*
@@ -3528,6 +3644,7 @@ static const struct board_info __initcon
@@ -3529,6 +3645,7 @@ static const struct board_info __initcon
&board_963281TAN,
&board_A4001N1,
&board_dsl_274xb_f1,

@ -103,7 +103,7 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org>
#endif /* CONFIG_BCM63XX_CPU_6362 */
/*
@@ -3700,6 +3790,7 @@ static const struct board_info __initcon
@@ -3701,6 +3791,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6362
&board_nb6,

@ -94,7 +94,7 @@
* known 6328 boards
*/
#ifdef CONFIG_BCM63XX_CPU_6328
@@ -3958,6 +4045,9 @@ static const struct board_info __initcon
@@ -3959,6 +4046,9 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_3368
&board_cvg834g,
#endif

@ -95,7 +95,7 @@
#endif /* CONFIG_BCM63XX_CPU_6318 */
/*
@@ -4047,6 +4135,7 @@ static const struct board_info __initcon
@@ -4048,6 +4136,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
@@ -4127,6 +4127,75 @@ static struct board_info __initdata boar
@@ -4128,6 +4128,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[] = {
@@ -4207,6 +4276,9 @@ static const struct board_info __initcon
@@ -4208,6 +4277,9 @@ static const struct board_info __initcon
&board_96368mvwg,
&board_96368mvngr,
#endif

@ -61,7 +61,7 @@ Signed-off-by: Adrian Feliks <mexit@o2.pl>
/* BT Voyager 2110 */
static struct board_info __initdata board_V2110 = {
@@ -4247,6 +4293,7 @@ static const struct board_info __initcon
@@ -4248,6 +4294,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
@@ -4239,6 +4239,108 @@ static struct board_info __initdata boar
@@ -4240,6 +4240,108 @@ static struct board_info __initdata boar
},
},
};
@ -109,7 +109,7 @@
#endif /* CONFIG_BCM63XX_CPU_63268 */
/*
@@ -4325,6 +4427,7 @@ static const struct board_info __initcon
@@ -4326,6 +4428,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
@@ -4176,6 +4176,131 @@ static struct board_info __initdata boar
@@ -4177,6 +4177,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,
@@ -4426,6 +4551,7 @@ static const struct board_info __initcon
@@ -4427,6 +4552,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>
@@ -4170,6 +4171,118 @@ static struct board_info __initdata boar
@@ -4171,6 +4172,118 @@ static struct board_info __initdata boar
.has_ohci0 = 1,
.has_ehci0 = 1,
};
@ -127,7 +127,7 @@
#endif /* CONFIG_BCM63XX_CPU_6368 */
/*
@@ -4549,6 +4662,7 @@ static const struct board_info __initcon
@@ -4550,6 +4663,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
@@ -4172,6 +4172,117 @@ static struct board_info __initdata boar
@@ -4173,6 +4173,117 @@ static struct board_info __initdata boar
.has_ehci0 = 1,
};
@ -118,7 +118,7 @@
static struct b53_platform_data WAP5813n_b53_pdata = {
.alias = "eth0",
};
@@ -4662,6 +4773,7 @@ static const struct board_info __initcon
@@ -4663,6 +4774,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
@@ -4283,6 +4283,117 @@ static struct board_info __initdata boar
@@ -4284,6 +4284,117 @@ static struct board_info __initdata boar
},
};
@ -118,7 +118,7 @@
static struct b53_platform_data WAP5813n_b53_pdata = {
.alias = "eth0",
};
@@ -4774,6 +4885,7 @@ static const struct board_info __initcon
@@ -4775,6 +4886,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
@@ -4181,6 +4181,97 @@ static struct sprom_fixup __initdata vr3
@@ -4182,6 +4182,97 @@ static struct sprom_fixup __initdata vr3
{ .offset = 115, .value = 0xfad9 },
};
@ -98,7 +98,7 @@
static struct board_info __initdata board_VR3025u = {
.name = "96368M-1541N",
.of_board_id = "comtrend,vr-3025u",
@@ -4884,6 +4975,7 @@ static const struct board_info __initcon
@@ -4885,6 +4976,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6368
&board_96368mvwg,
&board_96368mvngr,

@ -58,7 +58,7 @@
static struct board_info __initdata board_HW553 = {
.name = "HW553",
.of_board_id = "huawei,hg553",
@@ -4959,6 +5010,7 @@ static const struct board_info __initcon
@@ -4960,6 +5011,7 @@ static const struct board_info __initcon
&board_nb4_ser_r0,
&board_nb4_fxc_r1,
&board_ct6373_1,

@ -97,7 +97,7 @@
static struct board_info __initdata board_A4001N1 = {
.name = "963281T_TEF",
.of_board_id = "adb,a4001n1",
@@ -4961,6 +5051,7 @@ static const struct board_info __initcon
@@ -4962,6 +5052,7 @@ static const struct board_info __initcon
&board_AR5381u,
&board_AR5387un,
&board_963281TAN,

@ -142,7 +142,7 @@
#endif /* CONFIG_BCM63XX_CPU_6318 */
/*
@@ -5045,6 +5180,7 @@ static const struct board_info __initcon
@@ -5046,6 +5181,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6318
&board_96318ref,
&board_96318ref_p300,

@ -103,3 +103,12 @@ define Profile/96358VW2/Description
Package set optimized for 96358VW2.
endef
$(eval $(call Profile,96358VW2))
define Profile/96368MVNgr
NAME:=Generic 96368MVNgr
PACKAGES:=
endef
define Profile/96368MVNgr/Description
Package set optimized for 96368MVNgr.
endef
$(eval $(call Profile,96368MVNgr))

Loading…
Cancel
Save