dm: core: Prepare for updating the device tree with ofnode
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:12 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:14:24 +0000 (08:14 -0400)
commit7b1dfc9fd7e2efed345c3fe9a2412b5300ac285e
treeb43e1efeef5f4a868089c163bcd7ccb0627d53e2
parentb7eaa4f5e5b78cbf8b133f13e65412be55484d07
dm: core: Prepare for updating the device tree with ofnode

Add some documentation and a new flag so that we can safely enabled using
the ofnode interface to write to the device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/develop/driver-model/livetree.rst
include/test/test.h
test/test-main.c