soc: qcom: socinfo: Add PINEAPPLE soc id

Add PINEAPPLE mapping from SOC ID -> name.

Change-Id: I5616f82d2645ae1890557293c17cb0c806b6c1c5
Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
Huang Yiwei 2022-04-27 18:22:43 +08:00
parent 0a2f06a0a3
commit b91a83b811

View File

@ -2,6 +2,7 @@
/*
* Copyright (c) 2009-2017, 2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2019, Linaro Ltd.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/debugfs.h>
@ -803,6 +804,7 @@ static const struct soc_id soc_id[] = {
{ 536, "KALAMAP" },
{ 539, "CINDERRU"},
{ 545, "CINDERDU"},
{ 557, "PINEAPPLE" },
};
struct soc_sku {