From 16935d4078a21f27da3ce3ebbcac5d31882422ec Mon Sep 17 00:00:00 2001 From: Saranya R Date: Tue, 2 Jan 2024 17:30:52 +0530 Subject: [PATCH] soc: qcom: Add CROW_LTE SoC information to socinfo Add CROW_LTE SoC information to socinfo. Change-Id: I8bcd5246c23f2772785e67dea7966852d7a89e88 Signed-off-by: Saranya R --- drivers/soc/qcom/socinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index de69d9bb2c97..c6da8233ce71 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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 @@ -1249,6 +1249,7 @@ static const struct soc_id soc_id[] = { { 606, "MONACOAU_IVI"}, { 607, "MONACOAU_SRV1L"}, { 608, "CROW" }, + { 644, "CROW_LTE" }, }; static struct qcom_socinfo *qsocinfo;