brcm47xx: add detection for Linksys E900 V1
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 18 Sep 2013 14:32:05 +0000 (14:32 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 18 Sep 2013 14:32:05 +0000 (14:32 +0000)
Thank you RafaƂ for the data.

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

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

index e51e34472624c381a30e980e9ae107704e98ef13..3929cae5130e7601746453594c1f89d836065eca 100644 (file)
@@ -8,7 +8,7 @@
  obj-$(CONFIG_BCM47XX_SSB)     += wgt634u.o
 --- /dev/null
 +++ b/arch/mips/bcm47xx/board.c
-@@ -0,0 +1,288 @@
+@@ -0,0 +1,289 @@
 +#include <linux/export.h>
 +#include <linux/string.h>
 +#include <bcm47xx_board.h>
 +static const struct bcm47xx_board_type_list2 bcm47xx_board_list_boot_hw[] = {
 +      {{BCM47XX_BOARD_CISCO_M10V1, "Cisco M10"}, "M10", "1.0"}, /* like WRT160N v3.0 */
 +      {{BCM47XX_BOARD_CISCO_M20V1, "Cisco M20"}, "M20", "1.0"}, /* like WRT310N v2.0 */
++      {{BCM47XX_BOARD_LINKSYS_E900V1, "Linksys E900 V1"}, "E900", "1.0"},
 +      {{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"},
 +EXPORT_SYMBOL(bcm47xx_board_get_name);
 --- /dev/null
 +++ b/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h
-@@ -0,0 +1,107 @@
+@@ -0,0 +1,108 @@
 +#ifndef __BCM47XX_BOARD_H
 +#define __BCM47XX_BOARD_H
 +
 +
 +      BCM47XX_BOARD_HUAWEI_E970,
 +
++      BCM47XX_BOARD_LINKSYS_E900V1,
 +      BCM47XX_BOARD_LINKSYS_E1000V1,
 +      BCM47XX_BOARD_LINKSYS_E1000V2,
 +      BCM47XX_BOARD_LINKSYS_E1000V21,