dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Michal Simek 2012-02-22 13:50:13 +01:00
parent 00708d421a
commit 2e7ff47849
1 changed files with 2 additions and 0 deletions

View File

@ -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},
};