]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: Add Snapdragon parts
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 4 May 2022 17:30:34 +0000 (12:30 -0500)
committerJeremy Linton <jeremy.linton@arm.com>
Wed, 4 May 2022 17:30:34 +0000 (12:30 -0500)
QC updated the kernel cputype.h to include the Kyro 4xx and 3xx Silver
part numbers's. Lets sync that commit and naming.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
sys-utils/lscpu-arm.c

index 86e5ea7b490dc6d728cfb718431ebb3343cac69d..57b4bbaa10ed9187ba017959dfb51c1fabcc851b 100644 (file)
@@ -129,6 +129,9 @@ static const struct id_part qcom_part[] = {
     { 0x211, "Kryo" },
     { 0x800, "Falkor V1/Kryo" },
     { 0x801, "Kryo V2" },
+    { 0x803, "Kryo 3XX Silver" },
+    { 0x804, "Kryo 4XX Gold" },
+    { 0x805, "Kryo 4XX Silver" },
     { 0xc00, "Falkor" },
     { 0xc01, "Saphira" },
     { -1, "unknown" },