[PATCH] MIPS: bmips: Support SMP on BCM63168

From: Simon Arlott
Date: Sun Nov 15 2015 - 11:38:17 EST


The BCM63168 requires the same CPU1 fix as BCM6368.

Signed-off-by: Simon Arlott <simon@xxxxxxxxxxx>
---
arch/mips/bmips/setup.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/mips/bmips/setup.c b/arch/mips/bmips/setup.c
index 526ec27..00409db 100644
--- a/arch/mips/bmips/setup.c
+++ b/arch/mips/bmips/setup.c
@@ -105,6 +105,7 @@ static const struct bmips_quirk bmips_quirk_list[] = {
{ "brcm,bcm33843-viper", &bcm3384_viper_quirks },
{ "brcm,bcm6328", &bcm6328_quirks },
{ "brcm,bcm6368", &bcm6368_quirks },
+ { "brcm,bcm63168", &bcm6368_quirks },
{ },
};

--
2.1.4

--
Simon Arlott
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/