Skip to content

Commit

Permalink
microblaze: Add PVR version string for MB 8.20.b and 8.30.a
Browse files Browse the repository at this point in the history
Just extend PVR reg decoding.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Mar 19, 2012
1 parent 00708d4 commit 2e7ff47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/microblaze/kernel/cpu/cpuinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
};

Expand Down

0 comments on commit 2e7ff47

Please sign in to comment.