brcm47xx: detect Linksys E1200 V2
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 16 Sep 2013 19:49:02 +0000 (19:49 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 16 Sep 2013 19:49:02 +0000 (19:49 +0000)
This adds detection for Linksys E1200 V2

Thank you Lightsword and RafaƂ.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38006

target/linux/brcm47xx/patches-3.10/260-MIPS-BCM47XX-add-board-detection.patch

index b172797bfc4c143b6746beb33008d2213fea8a92..c136fedccfc41cc7e7c383678ea04b2a0aa6c069 100644 (file)
@@ -8,7 +8,7 @@
  obj-$(CONFIG_BCM47XX_SSB)     += wgt634u.o
 --- /dev/null
 +++ b/arch/mips/bcm47xx/board.c
-@@ -0,0 +1,286 @@
+@@ -0,0 +1,287 @@
 +#include <linux/export.h>
 +#include <linux/string.h>
 +#include <bcm47xx_board.h>
 +      {{BCM47XX_BOARD_LINKSYS_E1000V1, "Linksys E1000 V1"}, "E100", "1.0"},  /* like WRT160N v3.0 */
 +      {{BCM47XX_BOARD_LINKSYS_E1000V2, "Linksys E1000 V2"}, "E1000", "2.0"},
 +      {{BCM47XX_BOARD_LINKSYS_E1000V21, "Linksys E1000 V2.1"}, "E1000", "2.1"},
++      {{BCM47XX_BOARD_LINKSYS_E1200V2, "Linksys E1200 V2"}, "E1200", "2.0"},
 +      {{BCM47XX_BOARD_LINKSYS_E2000V1, "Linksys E2000 V1"}, "Linksys E2000", "1.0"},
 +      {{BCM47XX_BOARD_LINKSYS_E3000V1, "Linksys E3000 V1"}, "E300", "1.0"}, /* like WRT610N v2.0 */
 +      {{BCM47XX_BOARD_LINKSYS_E3200V1, "Linksys E3200 V1"}, "E3200", "1.0"},
 +EXPORT_SYMBOL(bcm47xx_board_get_name);
 --- /dev/null
 +++ b/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h
-@@ -0,0 +1,104 @@
+@@ -0,0 +1,105 @@
 +#ifndef __BCM47XX_BOARD_H
 +#define __BCM47XX_BOARD_H
 +
 +      BCM47XX_BOARD_LINKSYS_E1000V1,
 +      BCM47XX_BOARD_LINKSYS_E1000V2,
 +      BCM47XX_BOARD_LINKSYS_E1000V21,
++      BCM47XX_BOARD_LINKSYS_E1200V2,
 +      BCM47XX_BOARD_LINKSYS_E2000V1,
 +      BCM47XX_BOARD_LINKSYS_E3000V1,
 +      BCM47XX_BOARD_LINKSYS_E3200V1,