Merge "soc: qcom: Add CROW_LTE SoC information to socinfo"

This commit is contained in:
qctecmdr
2024-01-04 23:32:42 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -2,7 +2,7 @@
/*
* Copyright (c) 2009-2017, 2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2019, Linaro Ltd.
* Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2024, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/debugfs.h>
@@ -1255,6 +1255,7 @@ static const struct soc_id soc_id[] = {
{ 606, "MONACOAU_IVI"},
{ 607, "MONACOAU_SRV1L"},
{ 608, "CROW" },
{ 644, "CROW_LTE" },
};
static struct qcom_socinfo *qsocinfo;