commit | 967a7d483ac5b9075d83c59507c8020636000842 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:17 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:28 2021 +1300 |
tree | 4381c72e1499da6b2cfccab735d790a2b43792f8 | |
parent | 3fa9f553c0c0418b9abf93c2f33a44c98380beaf [diff] |
dm: core: Set up driver model for OF_PLATDATA_INST With this we don't need to scan and bind drivers, not even the root device. We just need to locate the root device that was set up at build time, then set our root in global_data to point to it. Update the code to handle this case. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>