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 6D100C001DB for ; Tue, 8 Aug 2023 17:17:21 +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:Subject:Mime-Version:References: In-Reply-To:Message-Id: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=2DE8Tx0VYr8CrmGh61zuXWEUs2NB4tyvimAt22HP9xE=; b=UGoSrQCnDxpECdXdEa2+mIrfJ+ 8oOLsk67Oyakv/BZjRtUkHA229PMQjpa8rIbD/mDQ5w1MEjJNU4k2z5gMpxRoXOT1iqAVBzlKz+MA OpmWgzHdoENpMyFr22JFYYyE+7jtmPBL3l+sSkgpY6zbh+uAD7tLrGwXiG0gnGlXtW61eO24epovI IjM/7qtshOzKdMm/PsFq2L7FcgfsvlRtpExyHkjy9ScME33D/YmZpJnEUHdGtEJEAJ46NsherR9Vi nxAo7VmxhqKiHnRLWXb+eppNl311LeiuH8HFzadrpZYhcwHjkuawuhiPr6S4W039ZhGAog6+Adrbs wa5fvFhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qTQKE-0036kE-1J; Tue, 08 Aug 2023 17:16:54 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qTQKB-0036jJ-0c for linux-arm-kernel@lists.infradead.org; Tue, 08 Aug 2023 17:16:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=x; h=Subject:Content-Transfer-Encoding:Mime-Version:Message-Id:Cc:To:From :Date:subject:date:message-id:reply-to; bh=9sVX9BvFPnR6ajSwDaIBsOtrzD17lklAlKdcnkookpA=; b=jW+ArCMsUgOXYfZJ8oy3p1HqQ+ f3JK5Xf4z1pq/mwvsOI0BmVfXEk5iWiSxMpvxcFKBN0rpLoIEfrPxJSYyElM3/gcjKdVket8eqIrC xi/sGHG91hFyGsuNCbFfv3/UJfXcjFF+6Y6fPhEDJZUTdLhiF4qyHprgqiiUyKbCg7Go=; Received: from modemcable061.19-161-184.mc.videotron.ca ([184.161.19.61]:40076 helo=pettiford) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1qTQK1-00010f-Vm; Tue, 08 Aug 2023 13:16:42 -0400 Date: Tue, 8 Aug 2023 13:16:41 -0400 From: Hugo Villeneuve To: Thippeswamy Havalige Cc: , , , , , , , , , Message-Id: <20230808131641.ebafb9e042c7463e55c7fb00@hugovil.com> In-Reply-To: <20230808103733.93707-3-thippeswamy.havalige@amd.com> References: <20230808103733.93707-1-thippeswamy.havalige@amd.com> <20230808103733.93707-3-thippeswamy.havalige@amd.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-SA-Exim-Connect-IP: 184.161.19.61 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: Re: [PATCH v2 1/2] dt-bindings: PCI: xilinx-nwl: Modify ECAM size in example. X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.hugovil.com) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230808_101651_305560_9EDA6445 X-CRM114-Status: GOOD ( 16.14 ) 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 Tue, 8 Aug 2023 16:07:32 +0530 Thippeswamy Havalige wrote: Hi, drop the final dot in all commit titles. Hugo Villeneuve. > Update ECAM size in example to discover up to 256 buses. > > Signed-off-by: Thippeswamy Havalige > Signed-off-by: Bharat Kumar Gogada > --- > changes in v2: > None. > changes in v1: > None. > --- > Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml > index 8976025..426f90a 100644 > --- a/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml > +++ b/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml > @@ -118,7 +118,7 @@ examples: > compatible = "xlnx,nwl-pcie-2.11"; > reg = <0x0 0xfd0e0000 0x0 0x1000>, > <0x0 0xfd480000 0x0 0x1000>, > - <0x80 0x00000000 0x0 0x1000000>; > + <0x80 0x00000000 0x0 0x10000000>; > reg-names = "breg", "pcireg", "cfg"; > ranges = <0x02000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000>, > <0x43000000 0x00000006 0x0 0x00000006 0x0 0x00000002 0x0>; > -- > 1.8.3.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel