diff options
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index b60442dcdedc..d1dd6e83d59b 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
@@ -65,11 +65,14 @@ const struct family_string_key family_string_lookup[] = { | |||
65 | {"spartan3adsp", 0xc}, | 65 | {"spartan3adsp", 0xc}, |
66 | {"spartan6", 0xd}, | 66 | {"spartan6", 0xd}, |
67 | {"virtex6", 0xe}, | 67 | {"virtex6", 0xe}, |
68 | {"virtex7", 0xf}, | ||
68 | /* FIXME There is no key code defined for spartan2 */ | 69 | /* FIXME There is no key code defined for spartan2 */ |
69 | {"spartan2", 0xf0}, | 70 | {"spartan2", 0xf0}, |
70 | {"kintex7", 0x10}, | 71 | {"kintex7", 0x10}, |
71 | {"artix7", 0x11}, | 72 | {"artix7", 0x11}, |
72 | {"zynq7000", 0x12}, | 73 | {"zynq7000", 0x12}, |
74 | {"UltraScale Virtex", 0x13}, | ||
75 | {"UltraScale Kintex", 0x14}, | ||
73 | {NULL, 0}, | 76 | {NULL, 0}, |
74 | }; | 77 | }; |
75 | 78 | ||