Dump MIDR id when kernel booting.
From Qualcomm errta, 8064 V2 SOC has the stability issue if MIDR ID is 0x511F06F0. Change-Id: Iac4f6081109bd4780156c988de0d115a1cf04425 Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/67933 Reviewed-by: Singhome Lee <singhome_lee@asus.com> Tested-by: Singhome Lee <singhome_lee@asus.com>
This commit is contained in:
committed by
Iliyan Malchev
parent
ca2d4e94af
commit
845eed07b9
@@ -3293,6 +3293,7 @@ static void __init apq8064_allocate_memory_regions(void)
|
||||
|
||||
static void __init apq8064_cdp_init(void)
|
||||
{
|
||||
printk(KERN_NOTICE "MIDR = 0x%08x\n", read_cpuid_id());
|
||||
if (meminfo_init(SYS_MEMORY, SZ_256M) < 0)
|
||||
pr_err("meminfo_init() failed!\n");
|
||||
if (machine_is_apq8064_mtp() &&
|
||||
|
||||
Reference in New Issue
Block a user