commit | a8d8f163aa4f4272e341b784660bd79e51c8f416 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:18 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 4c351dbb9bc85586f1277fe7d727172c22a143e1 | |
parent | 924c383f7100ee2056ad457d6e9502033d26d3f2 [diff] |
dm: core: Allocate parent data separate from probing parent At present the parent is probed before the child's ofdata_to_platdata() method is called. Adjust the logic slightly so that probing parents is not done until afterwards. Signed-off-by: Simon Glass <sjg@chromium.org>