aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x
diff options
context:
space:
mode:
authorVinh Nguyen Huu Tuong <vhtnguyen@apm.com>2011-12-20 02:43:34 +0000
committerJosh Boyer <jwboyer@gmail.com>2012-03-17 08:43:12 -0400
commit7c801160be0adf826b7b792ee4eaf6a3ae47569d (patch)
tree4570dceef434404c06257a0095ae77983626f4f9 /arch/powerpc/platforms/44x
parentpowerpc: Fix power4/970 idle code regression with lockdep (diff)
downloadlinux-dev-7c801160be0adf826b7b792ee4eaf6a3ae47569d.tar.xz
linux-dev-7c801160be0adf826b7b792ee4eaf6a3ae47569d.zip
powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board
This patch consists of: - Fix the pvr mask for checking pvr in cputable.c - Fix the cpu name as consistent with cpu name is describled in dts file Signed-off-by: Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r--arch/powerpc/platforms/44x/ppc44x_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c
index 8d2202763415..3ffb915446e3 100644
--- a/arch/powerpc/platforms/44x/ppc44x_simple.c
+++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
@@ -52,7 +52,7 @@ machine_device_initcall(ppc44x_simple, ppc44x_device_probe);
static char *board[] __initdata = {
"amcc,arches",
"amcc,bamboo",
- "amcc,bluestone",
+ "apm,bluestone",
"amcc,glacier",
"ibm,ebony",
"amcc,eiger",