mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
0a2f06a0a3
commit
b91a83b811
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user