diff options
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 3539babc1c18..a9aa5cf11c39 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
@@ -29,6 +29,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = { | |||
29 | {"7.20.a", 0x0c}, | 29 | {"7.20.a", 0x0c}, |
30 | {"7.20.b", 0x0d}, | 30 | {"7.20.b", 0x0d}, |
31 | {"7.20.c", 0x0e}, | 31 | {"7.20.c", 0x0e}, |
32 | {"7.20.d", 0x0f}, | ||
32 | /* FIXME There is no keycode defined in MBV for these versions */ | 33 | /* FIXME There is no keycode defined in MBV for these versions */ |
33 | {"2.10.a", 0x10}, | 34 | {"2.10.a", 0x10}, |
34 | {"3.00.a", 0x20}, | 35 | {"3.00.a", 0x20}, |