commit | 95fd2095481588efcf9432eb6bf5b845f9411d58 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:22 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 22:43:43 2022 -0400 |
tree | 443df55e9b11f345966d076f6877e4f7ddcbc7dd | |
parent | 2b9b1458c7e7dcbf976e41ac750f01f16058b574 [diff] |
dm: core: Add a way to look up a phandle in an oftree When we have multiple trees, the ofnode logic needs to be told which one to use. Create a new function which takes an oftree argument, along with a helper to obtain the FDT pointer from an oftree. Signed-off-by: Simon Glass <sjg@chromium.org>