commit | efbbef8e4f86f8043760f1e48b25ab2795ba3524 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Wed Dec 05 10:43:50 2007 +1100 |
committer | Jon Loeliger <jdl@freescale.com> | Wed Dec 05 08:28:44 2007 -0600 |
tree | 78ab6f7d4509d31ce0f95da33d357e00e60a6d5e | |
parent | 80c72a81cffdfde0965853d1ea834352b3e91f89 [diff] |
dtc: Implement path references 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 <david@gibson.dropbear.id.au>