diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-08-26 15:48:58 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-09-30 14:48:16 -0700 |
commit | f507684637ceba4263de145ef7acb90cd107aa12 (patch) | |
tree | 9d37612782f2d950db252d4de1cdc7b20ca89697 /arch | |
parent | 9efac6798b20ae6b63ce244b569755f3b60d80aa (diff) | |
download | op-kernel-dev-f507684637ceba4263de145ef7acb90cd107aa12.zip op-kernel-dev-f507684637ceba4263de145ef7acb90cd107aa12.tar.gz |
ARCv2: identify HS38 rel 3.0 cores
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arc/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index f52a0d0d..11a75e4 100644 --- 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 } } }; |