From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8DCFC433E1 for ; Fri, 14 Aug 2020 05:09:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE33120675 for ; Fri, 14 Aug 2020 05:09:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="YyhnSndu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726283AbgHNFJW (ORCPT ); Fri, 14 Aug 2020 01:09:22 -0400 Received: from mail29.static.mailgun.info ([104.130.122.29]:28703 "EHLO mail29.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726006AbgHNFJW (ORCPT ); Fri, 14 Aug 2020 01:09:22 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1597381761; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=VeWbi+16wYbZZqduDvhUZ1AT4GOjuU763k6XIGoWzBQ=; b=YyhnSndutpS+Yo2pq5EKpYRGltMX6OrkijxKhfG9QwI8lOi3UTPW+yU8n63W2yM/fR5fngbY 6lFePYgNNABeMlZ0ekVQoO/okAmMZ9Bf/JrcOV4TiOs7McU0hCtTR74pKlVt6XopIYlcOeN+ +dZ2NskgGGUPuw5J0cSjc+eFbG8= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n01.prod.us-west-2.postgun.com with SMTP id 5f361c0203528d40248f6b1c (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 14 Aug 2020 05:07:14 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 0E394C433CB; Fri, 14 Aug 2020 05:07:14 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 78E4BC433C9; Fri, 14 Aug 2020 05:07:13 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 14 Aug 2020 10:37:13 +0530 From: Sai Prakash Ranjan To: Douglas Anderson Cc: Bjorn Andersson , swboyd@chromium.org, Andy Gross , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] soc: qcom: socinfo: add SC7180 entry to soc_id array In-Reply-To: <20200813080345.1.I85bb28f9ea3fa3bf797ecaf0a5218ced4cfaa6e2@changeid> References: <20200813080345.1.I85bb28f9ea3fa3bf797ecaf0a5218ced4cfaa6e2@changeid> Message-ID: <87c217e5fc01c73fe008179274fa373f@codeaurora.org> X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-08-13 20:33, Douglas Anderson wrote: > Add an entry for SC7180 SoC. > > Signed-off-by: Douglas Anderson > --- > > drivers/soc/qcom/socinfo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c > index e19102f46302..e56eea29615c 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -223,6 +223,7 @@ static const struct soc_id soc_id[] = { > { 321, "SDM845" }, > { 341, "SDA845" }, > { 356, "SM8250" }, > + { 425, "SC7180" }, > }; > > static const char *socinfo_machine(struct device *dev, unsigned int > id) From the chipinfo document that I have at hand, this is correct soc id for SC7180, so Reviewed-by: Sai Prakash Ranjan Thanks, Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation