Re: [U-Boot] [PATCH 14/45] fdt: Allow indicating a node is for U-Boot proper only

2018-10-09 Thread sjg
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 --- doc/driver-model/README.txt | 4 +++- driver

[U-Boot] [PATCH 14/45] fdt: Allow indicating a node is for U-Boot proper only

2018-10-01 Thread Simon Glass
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 --- doc/driver-model/README.txt | 4 +++- driver