Explorar o código

microblaze: Add PVR for Microblaze v8.10.a

Microblaze v8.10.a has 0x14 version string.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek %!s(int64=14) %!d(string=hai) anos
pai
achega
a9dbe5eb1f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/microblaze/kernel/cpu/cpuinfo.c

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

@@ -33,6 +33,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
 	{"7.30.b", 0x11},
 	{"7.30.b", 0x11},
 	{"8.00.a", 0x12},
 	{"8.00.a", 0x12},
 	{"8.00.b", 0x13},
 	{"8.00.b", 0x13},
+	{"8.10.a", 0x14},
 	{NULL, 0},
 	{NULL, 0},
 };
 };