projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8766d
)
MIPS: bmips: Support SMP on BCM63168
author
Simon Arlott
<
[email protected]
>
Sun, 15 Nov 2015 16:37:23 +0000
(16:37 +0000)
committer
Ralf Baechle
<
[email protected]
>
Mon, 4 Jan 2016 08:42:26 +0000
(09:42 +0100)
The BCM63168 requires the same CPU1 fix as BCM6368.
Signed-off-by: Simon Arlott <
[email protected]
>
Cc: Kevin Cernekee <
[email protected]
>
Cc: Florian Fainelli <
[email protected]
>
Cc:
[email protected]
Cc: Linux Kernel Mailing List <
[email protected]
>
Patchwork: https://patchwork.linux-mips.org/patch/11487/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/bmips/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/bmips/setup.c
b/arch/mips/bmips/setup.c
index 5b16d2955fbb864afae0103753bd8d0d115eba0e..35535284b39efb323cb63b4f8ec37dcdfbdb7f60 100644
(file)
--- 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 },
{ },
};