diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-06-23 16:38:44 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 09:10:56 -0400 |
commit | a135a9b5d9683ace787c7d86f1e642d9acfacdde (patch) | |
tree | 2965c7e97a65f81adbce72ce98d3df230213dcc8 /arch/mips/include | |
parent | 6ba045f9fbdafb48da42aa8576ea7a3980443136 (diff) |
MIPS: Octeon: Enable interfaces on EdgeRouter Lite
Enable interfaces on EdgeRouter Lite. Tested with cavium_octeon_defconfig
and busybox shell. DHCP & ping works with eth0, eth1 and eth2.
The board type "UBNT_E100" is taken from the sources of the vendor kernel
shipped with the product.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5546/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/octeon/cvmx-bootinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-bootinfo.h b/arch/mips/include/asm/octeon/cvmx-bootinfo.h index 284fa8d773ba..7b7818d1e4d5 100644 --- a/arch/mips/include/asm/octeon/cvmx-bootinfo.h +++ b/arch/mips/include/asm/octeon/cvmx-bootinfo.h | |||
@@ -227,6 +227,7 @@ enum cvmx_board_types_enum { | |||
227 | * use any numbers in this range. | 227 | * use any numbers in this range. |
228 | */ | 228 | */ |
229 | CVMX_BOARD_TYPE_CUST_PRIVATE_MIN = 20001, | 229 | CVMX_BOARD_TYPE_CUST_PRIVATE_MIN = 20001, |
230 | CVMX_BOARD_TYPE_UBNT_E100 = 20002, | ||
230 | CVMX_BOARD_TYPE_CUST_PRIVATE_MAX = 30000, | 231 | CVMX_BOARD_TYPE_CUST_PRIVATE_MAX = 30000, |
231 | 232 | ||
232 | /* The remaining range is reserved for future use. */ | 233 | /* The remaining range is reserved for future use. */ |
@@ -325,6 +326,7 @@ static inline const char *cvmx_board_type_to_string(enum | |||
325 | 326 | ||
326 | /* Customer private range */ | 327 | /* Customer private range */ |
327 | ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MIN) | 328 | ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MIN) |
329 | ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E100) | ||
328 | ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MAX) | 330 | ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MAX) |
329 | } | 331 | } |
330 | return "Unsupported Board"; | 332 | return "Unsupported Board"; |