Explorar o código

microblaze: Add PVR version string for MB 8.20.b and 8.30.a

Just extend PVR reg decoding.

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

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

@@ -35,6 +35,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
 	{"8.00.b", 0x13},
 	{"8.10.a", 0x14},
 	{"8.20.a", 0x15},
+	{"8.20.b", 0x16},
+	{"8.30.a", 0x17},
 	{NULL, 0},
 };