[PATCH] dtc: Add ability to delete nodes and properties

Stephen Warren swarren at wwwdotorg.org
Wed Mar 21 05:03:35 EST 2012


On 03/13/2012 04:48 PM, 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:
> 
>     / {
>         propname /delprop/;
>         nodename /delnode/;
>     };
> 
> or:
> 
>     &noderef /delnode/;

Jon, David, any thoughts on this?


More information about the devicetree-discuss mailing list