From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH] Add merging of labelled subnodes. This patch allows the following Date: Tue, 21 Sep 2010 10:17:22 -0500 Message-ID: References: <20100920223334.32480.44239.stgit@angua> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20100920223334.32480.44239.stgit@angua> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > From: David Gibson > > syntax: > > / { > child { > label: subchild { > }; > }; > }; > > &label { > prop = "value"; > }; > > which will result in the following tree: > > / { > child { > label: subchild { > prop = "value"; > }; > }; > }; > > Signed-off-by: David Gibson > Signed-off-by: Grant Likely Applied and pushed out. Thanks! jdl