浏览代码

microblaze: Detect new Microblaze 7.20 versions

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 16 年之前
父节点
当前提交
94ad8eb854
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/microblaze/kernel/cpu/cpuinfo.c

+ 2 - 0
arch/microblaze/kernel/cpu/cpuinfo.c

@@ -26,6 +26,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
 	{"7.10.b", 0x09},
 	{"7.10.b", 0x09},
 	{"7.10.c", 0x0a},
 	{"7.10.c", 0x0a},
 	{"7.10.d", 0x0b},
 	{"7.10.d", 0x0b},
+	{"7.20.a", 0x0c},
+	{"7.20.b", 0x0d},
 	/* FIXME There is no keycode defined in MBV for these versions */
 	/* FIXME There is no keycode defined in MBV for these versions */
 	{"2.10.a", 0x10},
 	{"2.10.a", 0x10},
 	{"3.00.a", 0x20},
 	{"3.00.a", 0x20},