commit | cdaa995027de8d08bb47015ed57ae275189faf90 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Sun Nov 10 12:50:24 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 13:00:41 2024 -0600 |
tree | 8a6286e07d60ca7e86b8352f17eb557cabe75a56 | |
parent | a1a1e0e38c75e131bc19973a99553975517d12ca [diff] |
dm: core: implement phandle ofnode_options helper Implement ofnode_options phandle helper to get an ofnode from a phandle option in /options/u-boot. This helper can be useful since new DT yaml usually require to link a phandle of a node instead of referencing it by name or other indirect way. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>