fdt: Allow indicating a node is for U-Boot proper only
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 21 May 2019 17:19:12 +0000 (19:19 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit6998974926df9b41b299cd9f1aaff37649ca9971
tree123e5b6a057dcd5efcd703ae1454737f16904318
parent099ed45c6c6e88eb2783589027b610f2b9a2f71f
fdt: Allow indicating a node is for U-Boot proper only

This add missing parts for previous commit 06f94461a9f4
("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: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/util.c
drivers/video/video-uclass.c