
26 Sep
2024
26 Sep
'24
11:33 p.m.
Hi Christian,
On Sat, 21 Sept 2024 at 00:51, Christian Marangi ansuelsmth@gmail.com wrote:
Implement ofnode_options helpers to read options in /options/u-boot to adapt to the new way to declare options as described in [0].
[0] dtschema/schemas/options/u-boot.yaml
Signed-off-by: Christian Marangi ansuelsmth@gmail.com
drivers/core/ofnode.c | 33 +++++++++++++++++++++++++++++++++ include/dm/ofnode.h | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
It's fine to add the tests in the same patch, if you like