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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D59EC433F5 for ; Tue, 22 Mar 2022 04:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236385AbiCVETn (ORCPT ); Tue, 22 Mar 2022 00:19:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236363AbiCVETm (ORCPT ); Tue, 22 Mar 2022 00:19:42 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 624BE3BF9D; Mon, 21 Mar 2022 21:18:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1647922696; x=1679458696; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=jPTnHUQMHWmb2aqjQsmReTEJ/Wu3Z38miUL1yUxCfcU=; b=LWXuAJGWOqy+2WHsuieTrLF/LMSRLwMz6W3fVjGyqjqmfBAlbNKC8jbf SmkV4C5xZpPutL42HdeWjqESg97tqCkSptLGsTt2l54FIIvj2Jm+t0nWB A6zJC054KSfzzg6WSlLzrVrl+aruwT0epJeaM3PHHaebN3S2AqdVSv1uy I=; Received: from unknown (HELO ironmsg02-sd.qualcomm.com) ([10.53.140.142]) by alexa-out-sd-01.qualcomm.com with ESMTP; 21 Mar 2022 21:18:16 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg02-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2022 21:18:15 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Mon, 21 Mar 2022 21:18:15 -0700 Received: from [10.216.35.92] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Mon, 21 Mar 2022 21:18:12 -0700 Message-ID: <7d9a03e1-67cd-d4eb-3b79-ec514a4cf420@quicinc.com> Date: Tue, 22 Mar 2022 09:48:08 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH v1 1/4] arm64: dts: qcom: sc7280: Rename crd to crd-r3 Content-Language: en-US To: Matthias Kaehlcke , Andy Gross , Bjorn Andersson , Rob Herring CC: Stephen Boyd , , "Douglas Anderson" , , References: <20220316172814.v1.1.I2deda8f2cd6adfbb525a97d8fee008a8477b7b0e@changeid> From: Rajendra Nayak In-Reply-To: <20220316172814.v1.1.I2deda8f2cd6adfbb525a97d8fee008a8477b7b0e@changeid> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 3/17/2022 5:58 AM, Matthias Kaehlcke wrote: > There are multiple revisions of CRD boards. The current sc7280-crd.dts > describes revision 3 and 4 (aka CRD 1.0 and 2.0). Support for a newer > version will be added by another patch. Add the revision number to > distinguish it from the versionn. Also add the revision numbers to > the compatible string. > > Signed-off-by: Matthias Kaehlcke > --- > Reviewed-by: Rajendra Nayak