On Mon, Feb 04, 2019 at 01:13:42PM +0300, Seraphim Dolbilov wrote: > Hello friends, > > I'm trying to modify DT dynamically while Barebox is running, but it > doesn't work the way I expect. E.g. I use of_delete_node(), but `of_dump` > shows all nodes that are expected to be deleted, so the corresponding > devices are available both from Barebox and Linux. I have no indication that of_delete_node() doesn't work. Are you sure you are deleting nodes from the same tree that you actually show with of_dump? Note that of_delete_node() only deletes from the current barebox device tree. When you start Linux with another devicetree then the node will be there again of course. If you want to delete a node from the Linux Device tree then have a look at the -f option to the of_node command. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox