ARCv2: identify HS38 rel 3.0 cores
authorVineet Gupta <vgupta@synopsys.com>
Fri, 26 Aug 2016 22:48:58 +0000 (15:48 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 30 Sep 2016 21:48:16 +0000 (14:48 -0700)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c

index f52a0d0..11a75e4 100644 (file)
@@ -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           } }
 };