mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
microblaze: Add PVR version string for MB v9.0 and v9.1
Extend PVR reg decoding. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
5955563ae2
commit
dcd454af22
@ -39,6 +39,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
|
||||
{"8.30.a", 0x17},
|
||||
{"8.40.a", 0x18},
|
||||
{"8.40.b", 0x19},
|
||||
{"9.0", 0x1b},
|
||||
{"9.1", 0x1d},
|
||||
{NULL, 0},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user