From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <20101116204951.12146.21084.stgit@riker> References: <20101116204917.12146.39851.stgit@riker> <20101116204951.12146.21084.stgit@riker> From: Kyle Moffett Date: Wed, 17 Nov 2010 00:56:38 -0500 Message-ID: Subject: Re: [PATCH 1/5] scripts: dtc: Merge in changes from the dtc repository To: John Bonesio Content-Type: text/plain; charset=UTF-8 Cc: jdl@jdl.com, glikely@secretlab.ca, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, david@gibson.dropbear.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 16, 2010 at 15:49, John Bonesio wrote: > Pull in recent changes from the main dtc repository. These changes primarily > allow multiple device trees to be declared which are merged by dtc. This > feature allows us to include a basic dts file and then provide more information > for the specific system through the merging functionality. Hmm, is there some documentation for how to use this feature? Specifically I have a custom board with multiple discrete computers on it which are only very slightly physically different from each other and I'd like to be able to avoid maintaining 2 nearly-exact copies of the same DTS file. Cheers, Kyle Moffett