projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efac67
)
ARCv2: identify HS38 rel 3.0 cores
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 26 Aug 2016 22:48:58 +0000
(15:48 -0700)
committer
Vineet 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
patch
|
blob
|
history
diff --git
a/arch/arc/kernel/setup.c
b/arch/arc/kernel/setup.c
index f52a0d0dc462213c9070c229a680f342897dafd5..11a75e4ad4fbe190e236da39d595cf9e25485d1c 100644
(file)
--- a/
arch/arc/kernel/setup.c
+++ b/
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 } }
};