All of lore.kernel.org
 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; 6+ 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] 6+ messages in thread
* How delete node or property in overlayd dts?
@ 2018-08-14 14:44 张波
  0 siblings, 0 replies; 6+ messages in thread
From: 张波 @ 2018-08-14 14:44 UTC (permalink / raw)
  To: robh+dt, frowand.list, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

/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.

[-- Attachment #2: Type: text/html, Size: 1259 bytes --]

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

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

Thread overview: 6+ 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
  -- strict thread matches above, loose matches on Subject: below --
2018-08-14 14:44 张波

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.