diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2015-11-15 11:37:23 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-04 03:42:26 -0500 |
commit | 16580796f90531119adbd0913f5126d6369ad17b (patch) | |
tree | ac381ffd560fe1cc21dd4a620536ed9c174dd9d3 | |
parent | fe8766dd6744de4501ad6d2f4b84094ee2828e3d (diff) |
MIPS: bmips: Support SMP on BCM63168
The BCM63168 requires the same CPU1 fix as BCM6368.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Patchwork: https://patchwork.linux-mips.org/patch/11487/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/bmips/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bmips/setup.c b/arch/mips/bmips/setup.c index 5b16d2955fbb..35535284b39e 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[] = { | |||
105 | { "brcm,bcm33843-viper", &bcm3384_viper_quirks }, | 105 | { "brcm,bcm33843-viper", &bcm3384_viper_quirks }, |
106 | { "brcm,bcm6328", &bcm6328_quirks }, | 106 | { "brcm,bcm6328", &bcm6328_quirks }, |
107 | { "brcm,bcm6368", &bcm6368_quirks }, | 107 | { "brcm,bcm6368", &bcm6368_quirks }, |
108 | { "brcm,bcm63168", &bcm6368_quirks }, | ||
108 | { }, | 109 | { }, |
109 | }; | 110 | }; |
110 | 111 | ||