]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitce8020c5b9e933430646e0924216d22aac174a46
treeb43e1efeef5f4a868089c163bcd7ccb0627d53e2
parent6b936a3b3b80b00ed8e23e5f3a305e8e8588990c
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