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>
This commit is contained in:
committed by
Josh Boyer
parent
01e8ec4417
commit
7c801160be
@@ -1816,7 +1816,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|||||||
.platform = "ppc440",
|
.platform = "ppc440",
|
||||||
},
|
},
|
||||||
{ /* 464 in APM821xx */
|
{ /* 464 in APM821xx */
|
||||||
.pvr_mask = 0xffffff00,
|
.pvr_mask = 0xfffffff0,
|
||||||
.pvr_value = 0x12C41C80,
|
.pvr_value = 0x12C41C80,
|
||||||
.cpu_name = "APM821XX",
|
.cpu_name = "APM821XX",
|
||||||
.cpu_features = CPU_FTRS_44X,
|
.cpu_features = CPU_FTRS_44X,
|
||||||
|
@@ -52,7 +52,7 @@ machine_device_initcall(ppc44x_simple, ppc44x_device_probe);
|
|||||||
static char *board[] __initdata = {
|
static char *board[] __initdata = {
|
||||||
"amcc,arches",
|
"amcc,arches",
|
||||||
"amcc,bamboo",
|
"amcc,bamboo",
|
||||||
"amcc,bluestone",
|
"apm,bluestone",
|
||||||
"amcc,glacier",
|
"amcc,glacier",
|
||||||
"ibm,ebony",
|
"ibm,ebony",
|
||||||
"amcc,eiger",
|
"amcc,eiger",
|
||||||
|
Reference in New Issue
Block a user