1. 17 4月, 2020 39 次提交
  2. 16 4月, 2020 1 次提交
    • S
      dm: core: Read parent ofdata before children · b0dcc871
      Simon Glass 提交于
      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: NSimon Glass <sjg@chromium.org>
      Tested-by: NLey Foon Tan <ley.foon.tan@intel.com>
      b0dcc871