Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C852CC61D97 for ; Sun, 29 Jan 2023 08:12:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231504AbjA2IMi (ORCPT ); Sun, 29 Jan 2023 03:12:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229637AbjA2IMf (ORCPT ); Sun, 29 Jan 2023 03:12:35 -0500 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C945C1C597; Sun, 29 Jan 2023 00:12:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1674979946; x=1706515946; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=CqZksGF+4lRPmEfO+ywdHJIsS5gHOVbEo/YHqISB09A=; b=J/ycF3BuTTBdSe9d+HBY+Tm5XIOi6I2fuSwqYN5EJXXjtvb2cxYStQaD iBwG88ED9mU32orvv+GX0FTzluXSD8DZXWKvtOYiJUGls3mVDJlw2N6V4 GnAkk+UPKVvIdbvs1wjbKrh9E9sb1/nw90D1WWfc6akg/PUFIn64g4mn3 Y=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-02.qualcomm.com with ESMTP; 29 Jan 2023 00:12:26 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.45.79.139]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2023 00:12:26 -0800 Received: from hu-mojha-hyd.qualcomm.com (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Sun, 29 Jan 2023 00:12:23 -0800 From: Mukesh Ojha To: CC: , , , , , , , Subject: Re: soc: qcom: socinfo: Add support for new field in revision 17 Date: Sun, 29 Jan 2023 13:42:03 +0530 Message-ID: <1674979923-11538-1-git-send-email-quic_mojha@quicinc.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20230127041200.29094-1-quic_namajain@quicinc.com> References: <20230127041200.29094-1-quic_namajain@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >Add support for new field coming with socinfo structure under v17 to get >hardware platform's oem variant id. This is to enable OEMs to have minor >changes in the board, but to use the same platform subtype as the one >supported by Qualcomm. The new field is to be used in platform overlay >file. Default value is 0, reserved for Qualcomm platforms. Also, add >debugfs support to read this field for a device. > >Signed-off-by: Naman Jain Reviewed-by: Mukesh Ojha -Mukesh