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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4FC21C6FA82 for ; Tue, 13 Sep 2022 02:05:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gBzfmzi3zCnxIs//lkcJ6kCSgwYROWoolGTjSkxhvRQ=; b=jxftD2/ysUl8VI XeGef05cIfAQavV2zRKRjKtDxrJDTz3EXHx8sxOvvXQXfYbMCcrZwLliDGXjUvhL9E1GRg26KueL0 cIaZY7XEyAyop6AoX0AF9g+mvWacdLJQMYdqneYsda25yqC8g/kMql9EqBgf/DnZIjJQeVsw3nQSE yzQOimHiN9Na0k+i5EYfU97A3V32VDO1bPJK5Jty+l6Kp4Bj6esYySJVcWOfQNQDvmt67wKjIzQnS zckupeUzEbXUh8uXTEtsJHmA3m4aTMj9Pt6PEaoReca5btV9CDRaj43d2la8LKsMxH5BWNZ2ALQ9E XbY8I5hOfFCN1uttWgbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXvH9-0002aL-1T; Tue, 13 Sep 2022 02:03:47 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXvGv-0002Rd-Cl for linux-arm-kernel@lists.infradead.org; Tue, 13 Sep 2022 02:03:45 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CDCC4B80E06; Tue, 13 Sep 2022 02:03:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B31BC433C1; Tue, 13 Sep 2022 02:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663034609; bh=dAg3FZ9zu3IH+ISvygDYxRdgqtmYTOxxK0xZvwzsjFY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KewjEPEOJz4TyYv1p3rKYGZmT8zfkngZMS5S/fbreu/5YOvUiHrh9jxOwE55r7wWD iE2Kc3N+YtHp1ux0Y2+aaLKvkjhaeBAVaSkRMxgRECdXM1ImDOKgwnmxQxiV3khSAn xZ6/p64aPCNTXX2niNrE3HtuYtn3I7P+mCJs5ErXtvRk45FCF5DA7vgpljANnaD4TO CxXMFPqqEDbOT9GVs0xTI0Ojy/w6Zw5T5RQCmzU9U34jQn+7YdtLzHErJQI0hrVhdx TwYbYHOulETuC8kCuVbSvzJs8W9Zux2t1QVo0C+JoDQZFfgfmSj0edLAARizaM2vVf 2agfYJoP1wsag== Date: Tue, 13 Sep 2022 10:03:23 +0800 From: Shawn Guo To: Leo Li Cc: Olof Johansson , "devicetree@vger.kernel.org" , "robh+dt@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "Z.Q. Hou" Subject: Re: [PATCH v4 1/2] arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon Message-ID: <20220913020323.GD1728671@dragon> References: <20220817202538.21493-1-leoyang.li@nxp.com> <20220817202538.21493-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220912_190343_923833_B600CFA3 X-CRM114-Status: GOOD ( 21.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Sep 12, 2022 at 08:25:39PM +0000, Leo Li wrote: > > > > -----Original Message----- > > From: Olof Johansson > > Sent: Monday, September 12, 2022 2:05 AM > > To: Leo Li > > Cc: shawnguo@kernel.org; devicetree@vger.kernel.org; > > robh+dt@kernel.org; linux-arm-kernel@lists.infradead.org; linux- > > kernel@vger.kernel.org; Z.Q. Hou > > Subject: Re: [PATCH v4 1/2] arm64: dts: lx2160a: update PCIe nodes to match > > rev2 silicon > > > > Hi, > > > > On Wed, Aug 17, 2022 at 1:26 PM Li Yang wrote: > > > > > > The original dts was created based on the non-production rev1 silicon > > > which was only used for evaluation. Update the PCIe nodes to align > > > with the different controller used in production rev2 silicon. > > > > How can I confirm what version of silicon I have on a system? > > > > My non-evaluation commercially purchased system (HoneyComb LX2K) has: > > > > # cat /sys/bus/soc/devices/soc0/revision > > 1.0 > > This is different from the information I got. If there is still active Rev1.0 system in use, I would agree that we probably need to create a new device tree for the rev2 silicon. Thanks for the information. Dropped both patches. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel