From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:48980 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755122Ab3BUXuR (ORCPT ); Thu, 21 Feb 2013 18:50:17 -0500 Message-ID: <5126B2B4.3060403@wwwdotorg.org> Date: Thu, 21 Feb 2013 16:50:12 -0700 From: Stephen Warren MIME-Version: 1.0 Subject: Re: [U-Boot] [RFC] Kbuild support for ARM FIT images References: <20130221103705.GB17852@n2100.arm.linux.org.uk> <51261F38.2030902@ti.com> <20130221134656.GC17852@n2100.arm.linux.org.uk> <51262A7A.8040103@ti.com> <20130221182724.GA14329@obsidianresearch.com> <20130221211444.GB20114@obsidianresearch.com> <20130221231106.GA24426@obsidianresearch.com> In-Reply-To: <20130221231106.GA24426@obsidianresearch.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Jason Gunthorpe Cc: Nicolas Pitre , "Fernandes, Joel A" , Russell King - ARM Linux , linux-kbuild@vger.kernel.org, tony@atomide.com, Linux@theia.denx.de, Grant Likely , u-boot@lists.denx.de, Tom Rini , Grant Likely , OMAP List , ARM Kernel List On 02/21/2013 04:11 PM, Jason Gunthorpe wrote: > On Thu, Feb 21, 2013 at 05:05:54PM -0500, Nicolas Pitre wrote: ... >> The DT is meant to describe hardware. As far as I know, the hardware I >> own seems to be rather static and stable, and unlike software there is >> no way I can change it (soldering irons don't count). > > .. and the patching I mention above are largely driven by either a > change in understanding of how OF should describe the hardware, or a > change in understanding of how the driver should treat the > hardware. > > The recent patching for the tegra PCI-E bridge is instructive in this > regard, Theirry learned how to drive the chip in a way that creates a > single PCI domain - this necessitates a change in how the DT models > that hardware block. While I certainly don't disagree with the sentiment of your email, Tegra PCIe is a bad example. There is no finalized DT binding yet for the Tegra PCIe HW. Thierry is in the process of defining it for the first time.