From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Implement path references In-Reply-To: Your message of "Wed, 05 Dec 2007 10:43:50 +1100." <20071204234350.GE9487@localhost.localdomain> References: <20071204234350.GE9487@localhost.localdomain> Date: Wed, 05 Dec 2007 08:47:42 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > This patch extends dtc syntax to allow references (&label, or > &{/full/path}) directly within property definitions, rather than > inside a cell list. Such references are expanded to the full path of > the referenced node, as a string, instead of to a phandle as > references within cell lists are evaluated. > > A testcase is also included. > > Signed-off-by: David Gibson Excellent. Very timely! :-) Applied. jdl