fdt: Allow indicating a node is for U-Boot proper only
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:18 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commit06f94461a9f4769473651a34d7625f895ebe4996
tree5a56c0ee6ef198df774dbcb74febbc6e73d1e6af
parenta15a7aa47be25580413a49f9e8f33ba02a46ede7
fdt: Allow indicating a node is for U-Boot proper only

At present it is not possible to specify that a node should be used before
relocation (in U-Boot proper) without it also ending up in SPL and TPL
device trees. Add a new "u-boot,dm-pre-proper" boolean property for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/driver-model/README.txt
drivers/core/ofnode.c