commit | 5e96925ba5b934105a9c63f050b824f24a6dfb3d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:27 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 22:43:43 2022 -0400 |
tree | aec2be17ce4278246bdf92af15f5eefc060628dc | |
parent | 92291652b5741647919770c29cae8a2aac56b2bf [diff] |
dm: core: Complete phandle implementation using the other FDT We need to be able to look up phandles in any FDT, not just the control FDT. Use the 'other' FDT to test this, with a helper function which gets this as an oftree that can then we used as needed. Add a few more tests and some comments at the top of the file, to explain what is going on. Signed-off-by: Simon Glass <sjg@chromium.org>