ARM: UniPhier: add IDs for PH1-Pro5, ProXstream2, PH1-LD6b
This prepares for new SoCs support. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -34,6 +34,15 @@ int print_cpuinfo(void)
|
||||
case 0x29:
|
||||
puts("PH1-sLD8 (MN2WS0270)");
|
||||
break;
|
||||
case 0x2A:
|
||||
puts("PH1-Pro5 (MN2WS0300)");
|
||||
break;
|
||||
case 0x2E:
|
||||
puts("ProXstream2 (MN2WS0310)");
|
||||
break;
|
||||
case 0x2F:
|
||||
puts("PH1-LD6b (MN2WS0320)");
|
||||
break;
|
||||
default:
|
||||
printf("Unknown Processor ID (0x%x)\n", revision);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user