diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-03-02 20:49:28 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-27 02:09:23 +0400 |
commit | d508eb79ab54917a9e741a09f3c1b699998e89f2 (patch) | |
tree | 1eae46665f0ad1337354b33223be3089910f4b5e /arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h | |
parent | 96c10de32fde6c50e4f9e5c1f027e670073ea086 (diff) | |
download | linux-d508eb79ab54917a9e741a09f3c1b699998e89f2.tar.xz |
MIPS: BCM47XX: Add detection and GPIO config for Siemens SE505v2
This adds board detection for the Siemens SE505v2 and the led gpio
configuration. This board does not have any buttons.
This is based on OpenWrt broadcom-diag and Manuel Munz's nvram dump.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Cc: zajec5@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/6593/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h')
-rw-r--r-- | arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h b/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h index a564a9fb92bc..60d3742986b4 100644 --- a/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h +++ b/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h @@ -94,6 +94,8 @@ enum bcm47xx_board { BCM47XX_BOARD_PHICOMM_M1, + BCM47XX_BOARD_SIEMENS_SE505V2, + BCM47XX_BOARD_SIMPLETECH_SIMPLESHARE, BCM47XX_BOARD_ZTE_H218N, |