Browse Source

ARCv2: identify HS38 rel 3.0 cores

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta 9 years ago
parent
commit
f507684637
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arc/kernel/setup.c

+ 1 - 0
arch/arc/kernel/setup.c

@@ -171,6 +171,7 @@ static const struct cpuinfo_data arc_cpu_tbl[] = {
 #else
 	{ {0x50, "ARC HS38 R2.0"}, 0x51},
 	{ {0x52, "ARC HS38 R2.1"}, 0x52},
+	{ {0x53, "ARC HS38 R3.0"}, 0x53},
 #endif
 	{ {0x00, NULL		} }
 };