aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/cpu/cpuinfo.c
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-01-14 14:42:51 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-02-04 11:38:59 +0100
commit6aa71ef9bcf9d8688c777dfbff340348cb89a5b4 (patch)
treedf73b7af1f7a0ecc6534f857ae2a9d142cef36d2 /arch/microblaze/kernel/cpu/cpuinfo.c
parentmicroblaze: Prevent the overflow of the start (diff)
downloadlinux-dev-6aa71ef9bcf9d8688c777dfbff340348cb89a5b4.tar.xz
linux-dev-6aa71ef9bcf9d8688c777dfbff340348cb89a5b4.zip
microblaze: Add ID for Microblaze v11
List Microblaze v11 from PVR. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to '')
-rw-r--r--arch/microblaze/kernel/cpu/cpuinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c
index ef2f49471a2a..cd9b4450763b 100644
--- a/arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/arch/microblaze/kernel/cpu/cpuinfo.c
@@ -51,6 +51,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
{"9.5", 0x22},
{"9.6", 0x23},
{"10.0", 0x24},
+ {"11.0", 0x25},
{NULL, 0},
};