diff options
author | Janne Huttunen <[email protected]> | 2015-08-13 16:21:35 +0300 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2015-09-03 12:08:08 +0200 |
commit | fce0af1dc34e2765357dfbd21dd923c89254bcdb (patch) | |
tree | e7f7c242fa06f5357f57681ae921d9b7f510974e | |
parent | 2c8c3f0201333f430b632c6b62a5b81456284884 (diff) |
MIPS: Octeon: Support all PIP input ports on CN68XX
CN68XX has 48 PIP input ports.
Signed-off-by: Janne Huttunen <[email protected]>
Signed-off-by: Aaro Koskinen <[email protected]>
Acked-by: David Daney <[email protected]>
Cc: David Daney <[email protected]>
Cc: [email protected]
Cc: Janne Huttunen <[email protected]>
Cc: Aaro Koskinen <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/10969/
Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r-- | arch/mips/include/asm/octeon/cvmx-pip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-pip.h b/arch/mips/include/asm/octeon/cvmx-pip.h index df69bfd2b006..c210154ad941 100644 --- a/arch/mips/include/asm/octeon/cvmx-pip.h +++ b/arch/mips/include/asm/octeon/cvmx-pip.h @@ -37,7 +37,7 @@ #include <asm/octeon/cvmx-fpa.h> #include <asm/octeon/cvmx-pip-defs.h> -#define CVMX_PIP_NUM_INPUT_PORTS 40 +#define CVMX_PIP_NUM_INPUT_PORTS 48 #define CVMX_PIP_NUM_WATCHERS 4 /* |