[PATCH V3] dtc: Add ability to delete nodes and properties
Stephen Warren
swarren at wwwdotorg.org
Fri Sep 7 01:58:33 EST 2012
On 09/06/2012 06:53 AM, Jon Loeliger wrote:
>> On Tue, Aug 07, 2012 at 10:50:15PM -0600, Stephen Warren wrote:
>>> dtc currently allows the contents of properties to be changed, and the
>>> contents of nodes to be added to. There are situations where removing
>>> properties or nodes may be useful. This change implements the following
>>> syntax to do that:
>>>
>>> / {
>>> /delete-property/ propname;
>>> /delete-node/ nodename;
>>> };
>>>
>>> or:
>>>
>>> /delete-node/ &noderef;
...
>> Acked-by: David Gibson <david at gibson.dropbear.id.au>
>
> Applied!
Thanks very much!
Any further thoughts on named constants and whether my gpp-integration
hack should be pursued?
More information about the devicetree-discuss
mailing list