commit | a3f50d038695887808497c1a15c9fcc122d964e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:20 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 22:43:43 2022 -0400 |
tree | 2225917b6f2ec9a504152470753b1deb81ef72e6 | |
parent | ee88ba71acce3455aadef18c725de715e6c9af21 [diff] |
dm: core: Add an ofnode function to obtain the flat tree The flat device tree is assumed to be the control FDT but this is not always the case. Update the ofnode implementation to obtain the node via an function call so we can eventually add support for selecting different trees. Signed-off-by: Simon Glass <sjg@chromium.org>