[PATCH] Implements new features for updating existing device tree nodes.

David Gibson david at gibson.dropbear.id.au
Tue Oct 19 12:06:51 EST 2010


On Mon, Oct 18, 2010 at 10:01:15AM -0600, Grant Likely wrote:
[snip]
> It means only the /remove-node/ keyword needs to be defined.  However,
> it does mean that the syntax for full path references must be defined
> immediately before it is useful.

Actually, because of the way DT_REF is lexed, I believe

&{/some/path} {
	prop = "new-value";
};

Will work already.

Or do you mean implementing references to a label + relative path?

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson


More information about the devicetree-discuss mailing list