linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How delete node or property in overlayd dts?
@ 2018-08-14 14:46 张波
  2018-08-15  1:26 ` Frank Rowand
  0 siblings, 1 reply; 5+ messages in thread
From: 张波 @ 2018-08-14 14:46 UTC (permalink / raw)
  To: robh+dt, frowand.list, devicetree, linux-kernel

/delete-node/ /delete-prop/ could be used in dtsi files without device
tree overlay.

but with device tree overlay,  /delete-node/ and  /delete-prop/ are not work.
How to delete property and node in overlay dts?

for example,
in basel.dts have following node
node1 {
    property1;
    property3;
    node2 {
        property2;
    }
}

in overlay.dts as following
 node1 {
    /delete-property/ property1;
    /delete-node/ node2;
}

after overlay, property1 and node2 is not deleted.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-19  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-14 14:46 How delete node or property in overlayd dts? 张波
2018-08-15  1:26 ` Frank Rowand
2018-08-17 17:47   ` Rob Herring
2018-08-18 10:38     ` Zhang Bo
2018-08-19  6:12       ` Frank Rowand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).