From: Jeremy Linton Date: Wed, 4 May 2022 17:30:34 +0000 (-0500) Subject: lscpu: Add Snapdragon parts X-Git-Tag: v2.39-rc1~670^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0cd1dadf82096d1944e71ed6e95b9322775384d;p=thirdparty%2Futil-linux.git lscpu: Add Snapdragon parts 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 --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 86e5ea7b49..57b4bbaa10 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" },