Hi Christian, On Sat, 21 Sept 2024 at 00:51, Christian Marangi <[email protected]> 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 <[email protected]> > --- > drivers/core/ofnode.c | 33 +++++++++++++++++++++++++++++++++ > include/dm/ofnode.h | 41 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 74 insertions(+) >
Reviewed-by: Simon Glass <[email protected]> It's fine to add the tests in the same patch, if you like

