From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCHv6 10/17] arm: mvebu: add PCIe Device Tree informations for Armada 370 Date: Tue, 26 Mar 2013 20:50:12 +0000 Message-ID: <201303262050.12847.arnd@arndb.de> References: <1364314719-1049-1-git-send-email-thomas.petazzoni@free-electrons.com> <20130326163421.GA30255@obsidianresearch.com> <20130326201654.GA7109@avionic-0098.mockup.avionic-design.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130326201654.GA7109@avionic-0098.mockup.avionic-design.de> Sender: linux-pci-owner@vger.kernel.org To: Thierry Reding Cc: Jason Gunthorpe , Thomas Petazzoni , Bjorn Helgaas , Grant Likely , Russell King , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Lior Amsalem , Andrew Lunn , Jason Cooper , Maen Suleiman , Gregory Clement , Ezequiel Garcia , Olof Johansson , Tawfik Bayouk , Mitch Bradley , Andrew Murray List-Id: devicetree@vger.kernel.org On Tuesday 26 March 2013, Thierry Reding wrote: > pci@1,0 { > device_type = "pci"; > assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>; > reg = <0x000800 0 0 0 0>; > status = "disabled"; > > #address-cells = <3>; > #size-cells = <2>; > > nvidia,num-lanes = <2>; > }; Shouldn't there be an empty ranges property in there as well? Arnd