]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add Phytium FTC862 cpu model.
authorunknown <wubogujing@gmail.com>
Tue, 12 Sep 2023 08:11:43 +0000 (16:11 +0800)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Nov 2023 08:37:22 +0000 (09:37 +0100)
fix:#2486

(cherry picked from commit b36a79254087107e2ddd9032a131832508ddb7f8)

sys-utils/lscpu-arm.c

index 77959836873170e6a0577deac5cf3887b4e668a1..f45523d090557a00d66f5762ea7b5fbbb6c24941 100644 (file)
@@ -274,6 +274,7 @@ static const struct id_part ft_part[] = {
     { 0x661, "FTC661" },
     { 0x662, "FTC662" },
     { 0x663, "FTC663" },
+    { 0x862, "FTC862" },
     { -1, "unknown" },
 };