diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-05 15:38:19 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-10 13:11:10 -0600 |
commit | f7553b0e808f38d6303445661db062b74e865de9 (patch) | |
tree | 61b4fa95936ad2e94ed43777a14d30502fbf8920 /arch/x86/cpu/efi | |
parent | 54f67720e059bd89114dfad3a340ad965055e06c (diff) | |
download | u-boot-f7553b0e808f38d6303445661db062b74e865de9.tar.gz |
dm: core: Read parent ofdata before children
At present a device can read its ofdata before its parent has done the
same. This can cause problems in the case where the parent has a 'ranges'
property, thus affecting the operation of dev_read_addr(), for example.
We already probe parent devices before children so it does not seem to be
a large step to do the same with ofdata.
Make the change and update the documentation in this area.
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/x86/cpu/efi')
0 files changed, 0 insertions, 0 deletions