commit | 928d267aeea9406497c8060c03d3a0a78a8cbaa9 | [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 | 085d59411ca7cde4ca5c70beeab4fdcea209aed6 [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>