mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 12:22:42 +00:00
MIPS: Octeon: Support additional interfaces on CN68XX
CN68XX has 9 interfaces. Signed-off-by: Janne Huttunen <janne.huttunen@nokia.com> Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com> Acked-by: David Daney <david.daney@cavium.com> Cc: David Daney <ddaney.cavm@gmail.com> Cc: linux-mips@linux-mips.org Cc: Janne Huttunen <janne.huttunen@nokia.com> Cc: Aaro Koskinen <aaro.koskinen@nokia.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: devel@driverdev.osuosl.org Patchwork: https://patchwork.linux-mips.org/patch/10968/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c0034c30ed
commit
2c8c3f0201
@ -83,6 +83,8 @@ static cvmx_helper_link_info_t
|
|||||||
*/
|
*/
|
||||||
int cvmx_helper_get_number_of_interfaces(void)
|
int cvmx_helper_get_number_of_interfaces(void)
|
||||||
{
|
{
|
||||||
|
if (OCTEON_IS_MODEL(OCTEON_CN68XX))
|
||||||
|
return 9;
|
||||||
if (OCTEON_IS_MODEL(OCTEON_CN56XX) || OCTEON_IS_MODEL(OCTEON_CN52XX))
|
if (OCTEON_IS_MODEL(OCTEON_CN56XX) || OCTEON_IS_MODEL(OCTEON_CN52XX))
|
||||||
return 4;
|
return 4;
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user