bcm63xx: Add a fixup for rt2x00 devices.
[openwrt.git] / target / linux / brcm63xx / patches-3.3 / 523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
index ae041cc..e3bc61e 100644 (file)
@@ -4,12 +4,12 @@ Date: Tue, 29 May 2012 11:01:12 +0200
 Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
 
 ---
- arch/mips/bcm63xx/boards/board_bcm963xx.c |   69 +++++++++++++++++++++++++++++
- 1 files changed, 69 insertions(+), 0 deletions(-)
+ arch/mips/bcm63xx/boards/board_bcm963xx.c |   71 +++++++++++++++++++++++++++++
+ 1 files changed, 71 insertions(+), 0 deletions(-)
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -123,6 +123,74 @@ static struct board_info __initdata boar
+@@ -126,6 +126,76 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -21,6 +21,8 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
 +      .has_uart0                      = 1,
 +      .has_pci                        = 1,
 +
++      .has_enetsw                     = 1,
++
 +      .enetsw = {
 +              .used_ports = {
 +                      [0] = {
@@ -84,7 +86,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
  #endif
  
  /*
-@@ -2234,6 +2302,7 @@ static struct board_info __initdata boar
+@@ -2323,6 +2393,7 @@ static struct board_info __initdata boar
  static const struct board_info __initdata *bcm963xx_boards[] = {
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,